mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-15 21:28:33 -05:00
[PR #1959] docs(instructors): fix broken lab links #34682
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1959
Author: @coyaSONG
Created: 7/14/2026
Status: 🔄 Open
Base:
dev← Head:iss1810-fix-instructor-lab-links📝 Commits (1)
d580440Fix instructor lab links (issue #1810)📊 Changes
3 files changed (+33 additions, -33 deletions)
View changed files
📝
instructors/course-map.qmd(+16 -16)📝
instructors/foundations-syllabus.qmd(+16 -16)📝
instructors/getting-started.qmd(+1 -1)📄 Description
Summary
Update 33 broken Lab links across three Instructor guides from obsolete flat
.htmlendpoints to the directory routes generated by the Labs build.Area
Changes
/labs/vol1/lab_*.htmllinks with canonical/labs/vol1/lab_*/routes.Testing
quarto render)pytest tests/)tito module test NNfor affected module(s)shared/scripts/check-internal-links.pyon all three changed filesgit diff --checkpassesThe old sample route
/labs/vol1/lab_00_introduction.htmlreturns HTTP 404,while
/labs/vol1/lab_00_introduction/returns HTTP 200. Quarto is notinstalled in my local environment, so the repository's Instructor validation
workflow will perform the full site render.
Related Issues
Related to #1810
By submitting this PR, you agree to release your contribution under the project's license.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.