fix: pin chapter README Colab URLs to the release tag + dead filenames#22
Merged
Conversation
All 71 chapter README Colab links (scripts/ + mirrored notebooks/) move from /blob/main/ — which the release bumper cannot maintain — to the current release tag. Dead targets fixed against the actual notebooks: tutorial_4_complex_source -> tutorial_5_complex_source (chapter 3), tutorial_3_pixelizations -> tutorial_3_inversions and tutorial_11_adapt_regularization.py.ipynb -> tutorial_11_adaptive_regularization.ipynb (chapter 4). The three grandfathered Colab entries leave .url_check_allowlist.txt. Part of #21 (tracker PyAutoLabs/PyAutoBuild#124) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Part of the Colab link-rot repair (#21; phase tracker PyAutoLabs/PyAutoBuild#124). All 71 chapter README Colab links (scripts/ + mirrored notebooks/) were pinned to
/blob/main/, which the release-time URL bumper cannot maintain — and which PyAutoHeart's hardened guard now forbids. They now pin to the current release tag2026.7.6.649(the bumper maintains them from here). Three dead targets fixed against the actual notebooks:tutorial_4_complex_source→tutorial_5_complex_source(chapter 3),tutorial_3_pixelizations→tutorial_3_inversionsandtutorial_11_adapt_regularization.py.ipynb→tutorial_11_adaptive_regularization.ipynb(chapter 4). The three grandfathered Colab entries leave.url_check_allowlist.txt.Scripts Changed
None — chapter/root README link fixes and
.url_check_allowlist.txtpurges only; no scripts or notebooks execute differently.Validation checklist (--auto run — plan was not pre-approved)
2026.7.6.649, target notebook exists; Heart's hardened offline guard (url_check.sh, incl. the new phase-1 patterns) exits clean on all four repos🤖 Generated with Claude Code