mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[PR #1634] fix(instructors): repair broken TinyTorch Instructor Guide link #9240
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/1634
Author: @farhan523
Created: 5/3/2026
Status: 🔄 Open
Base:
dev← Head:fix/instructors-tinytorch-instructor-link📝 Commits (1)
32ad20dfix(instructors): repair broken TinyTorch Instructor Guide link📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
instructors/_quarto.yml(+1 -1)📄 Description
Summary
The TinyTorch Instructor Guide entry in the Instructors sidebar pointed to a URL that 404s.
https://mlsysbook.ai/tinytorch/INSTRUCTOR.html→ 404https://github.com/harvard-edge/cs249r_book/blob/dev/tinytorch/INSTRUCTOR.md→ 200Why it was broken
tinytorch/INSTRUCTOR.mdlives in thetinytorch/source tree, but the TinyTorch website is published fromtinytorch/quarto/— and the instructor guide is not part of that Quarto project. So the file is never rendered or deployed undermlsysbook.ai/tinytorch/, and theINSTRUCTOR.htmlURL has never existed.Fix
Point the sidebar entry at the canonical GitHub source. This is a one-line stopgap: the cleaner long-term fix is to wire
INSTRUCTOR.mdinto the TinyTorch Quarto project so a realINSTRUCTOR.htmlis published — that belongs in a separate change against the TinyTorch site (different deploy pipeline, different reviewer).Files changed
Test plan
INSTRUCTOR.md.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.