Update repo URLs from book-dp1-public to book-dp-public - #20
Merged
Conversation
The repo was renamed from book-dp1-public to book-dp-public. GitHub redirects keep the old URLs working, but updating them removes the redirect hop and matches the current repo name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for resonant-pie-f0089d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates hard-coded GitHub links across the website pages to use the current repository name (book-dp-public), avoiding GitHub rename redirects while keeping link targets the same.
Changes:
- Updated raw GitHub URLs for PDF downloads on the homepage.
- Updated raw GitHub URLs for chapter slide PDFs.
- Updated GitHub repository/code-tree links on the Code and Slides pages.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/index.html | Replaces PDF download + repo links to point at QuantEcon/book-dp-public. |
| website/slides.html | Replaces slide PDF links + repo button URL to point at QuantEcon/book-dp-public. |
| website/code.html | Replaces code tree links + repo button URL to point at QuantEcon/book-dp-public. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
@jstac this just fixes old links that were resolving thanks to GitHub redirects when we renamed the repository. Good to update them though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/QuantEcon/book-dp1-public/...references in website/index.html, website/code.html, and website/slides.html with the current repo namebook-dp-public.Coordination with #19
#19 (overview lectures) adds two new links that still use the old
book-dp1-publicpattern (matching the file's prior convention). After #19 lands, this branch should be rebased onto main and those two lines updated in the rebase commit — or merged in either order with a small follow-up commit. Either way, ~2 extra line edits.Test plan
grep -r book-dp1-public website/returns nothing on this branchhttps://dp.quantecon.org/still renders identically🤖 Generated with Claude Code