You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: heart/checks/url_check.sh
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@ ENTRIES=(
22
22
# --- original three (Binder / wrong-owner / dead-branch) ---
23
23
'mybinder\.org|||mybinder.org URL (Binder is no longer supported — use Colab)'
24
24
'colab\.research\.google\.com/github/Jammy2211/|||Colab URL with Jammy2211 owner (use PyAutoLabs)'
25
-
'colab\.research\.google\.com/github/[^/]+/[^/]+/blob/release/|||Colab URL pinned to /blob/release/ (use a tagged version or /blob/main/)'
25
+
'colab\.research\.google\.com/github/[^/]+/[^/]+/blob/release/|||Colab URL pinned to /blob/release/ (use a date-tagged version)'
26
+
27
+
# --- Colab URL forms the release bumper cannot maintain ---
28
+
# bump_colab_urls.sh only rewrites date-tagged PyAutoLabs URLs, so an
29
+
# unpinned /blob/main/ Colab link silently drifts from the released code.
30
+
'colab\.research\.google\.com/github/PyAutoLabs/(autofit_workspace|autogalaxy_workspace|autolens_workspace|HowToFit|HowToGalaxy|HowToLens)/blob/main/|||Colab URL pinned to /blob/main/ (use a date-tagged version — the release bumper skips main)'
31
+
# Chapter tutorials live in the HowTo repos; workspace-repo chapter paths are dead.
32
+
'colab\.research\.google\.com/github/PyAutoLabs/(autofit|autogalaxy|autolens)_workspace/blob/[^/]+/notebooks/chapter_|||Colab URL to notebooks/chapter_* in a workspace repo (chapters live in HowToFit/HowToGalaxy/HowToLens)'
0 commit comments