fix: broken chapter links in README (#1132)

This commit is contained in:
Kristian Radoš
2026-01-24 03:07:20 +08:00
committed by GitHub
parent 72adaae229
commit 2fcbfc7cbf

View File

@@ -62,7 +62,7 @@ It includes the textbook source, TinyTorch, hardware kits, and upcoming co-labs
Choose a path based on your goal.
**READ** Start with the [textbook](https://mlsysbook.ai). Try [Chapter 1](https://www.mlsysbook.ai/contents/core/introduction/introduction.html) and the [Benchmarking chapter](https://mlsysbook.ai/contents/core/benchmarking/benchmarking.html).
**READ** Start with the [textbook](https://mlsysbook.ai). Try [Chapter 1](https://www.mlsysbook.ai/book/contents/core/introduction/introduction.html) and the [Benchmarking chapter](https://mlsysbook.ai/book/contents/core/benchmarking/benchmarking.html).
**BUILD** Start TinyTorch with the [getting started guide](https://mlsysbook.ai/tinytorch/getting-started.html). Begin with Module 01 and work up from CNNs to transformers and the MLPerf benchmarks.