From 10eb85fcf6d77dc02512e94172e145fef80f6bdd Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sat, 6 Dec 2025 05:11:43 -0800 Subject: [PATCH] fix(dev-landing): use relative paths for book and tinytorch links Absolute paths like /book/ resolve incorrectly on GitHub Pages subpath deployments (cs249r_book_dev). Using relative paths (./book/) ensures the links work regardless of the hosting location. --- .github/dev-landing/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dev-landing/index.html b/.github/dev-landing/index.html index d81140010..24fbeaa2c 100644 --- a/.github/dev-landing/index.html +++ b/.github/dev-landing/index.html @@ -132,14 +132,14 @@

Machine Learning Systems • Development Environment

- +
📖

Textbook

Machine Learning Systems: Principles and Practices of Engineering Artificially Intelligent Systems

Open Book Preview →
- +
🔥

Tiny🔥Torch

Build ML Systems from Scratch: An interactive course for implementing your own PyTorch-style framework