[PR #1634] fix(instructors): repair broken TinyTorch Instructor Guide link #9240

Open
opened 2026-05-03 01:29:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1634
Author: @farhan523
Created: 5/3/2026
Status: 🔄 Open

Base: devHead: fix/instructors-tinytorch-instructor-link


📝 Commits (1)

  • 32ad20d fix(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.

  • Old (broken): https://mlsysbook.ai/tinytorch/INSTRUCTOR.html404
  • New: https://github.com/harvard-edge/cs249r_book/blob/dev/tinytorch/INSTRUCTOR.md200

Why it was broken

tinytorch/INSTRUCTOR.md lives in the tinytorch/ source tree, but the TinyTorch website is published from tinytorch/quarto/ — and the instructor guide is not part of that Quarto project. So the file is never rendered or deployed under mlsysbook.ai/tinytorch/, and the INSTRUCTOR.html URL 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.md into the TinyTorch Quarto project so a real INSTRUCTOR.html is published — that belongs in a separate change against the TinyTorch site (different deploy pipeline, different reviewer).

Files changed

Test plan

  • Click the TinyTorch Instructor Guide entry in the Instructors sidebar (under "Resources") — confirm it now opens the GitHub-rendered INSTRUCTOR.md.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1634 **Author:** [@farhan523](https://github.com/farhan523) **Created:** 5/3/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `fix/instructors-tinytorch-instructor-link` --- ### 📝 Commits (1) - [`32ad20d`](https://github.com/harvard-edge/cs249r_book/commit/32ad20d842dfdf70bb9ce3d28f3eddbe215e082e) fix(instructors): repair broken TinyTorch Instructor Guide link ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `instructors/_quarto.yml` (+1 -1) </details> ### 📄 Description ## Summary The **TinyTorch Instructor Guide** entry in the Instructors sidebar pointed to a URL that 404s. - Old (broken): `https://mlsysbook.ai/tinytorch/INSTRUCTOR.html` → **404** - New: `https://github.com/harvard-edge/cs249r_book/blob/dev/tinytorch/INSTRUCTOR.md` → **200** ## Why it was broken `tinytorch/INSTRUCTOR.md` lives in the `tinytorch/` source tree, but the TinyTorch website is published from `tinytorch/quarto/` — and the instructor guide is not part of that Quarto project. So the file is never rendered or deployed under `mlsysbook.ai/tinytorch/`, and the `INSTRUCTOR.html` URL 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.md` into the TinyTorch Quarto project so a real `INSTRUCTOR.html` is published — that belongs in a separate change against the TinyTorch site (different deploy pipeline, different reviewer). ## Files changed - [instructors/_quarto.yml](instructors/_quarto.yml#L84) — single href update. ## Test plan - [ ] Click the **TinyTorch Instructor Guide** entry in the Instructors sidebar (under "Resources") — confirm it now opens the GitHub-rendered `INSTRUCTOR.md`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:29:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#9240