Skip to content

Commit 66a5dce

Browse files
committed
fix(docs): resolve relative links in index-vol4 and README package license links
1 parent 21d3813 commit 66a5dce

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ repos:
173173
_book/|
174174
node_modules/|
175175
(packages/)?mlsysim/docs/api/| # auto-generated quartodoc API stubs
176-
slides/tinyml/README-edx-original\.md$| # legacy edX export, archive
176+
(materials/)?slides/tinyml/README-edx-original\.md$| # legacy edX export, archive
177177
(packages/)?tinytorch/tests/.*README\.md$| # GitHub line-range anchors (#L74-L99)
178178
labs/index\.qmd$| # Volume-N lab dirs are forward-looking
179179
labs/PROTOCOL\.md$| # Internal authoring doc, links into ../.claude/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,12 +577,12 @@ This is a multi-component repository, and **each component is released under its
577577
| Component | License | What it means |
578578
|---|---|---|
579579
| Textbook (`book/`), Labs (`labs/`), Kits (`kits/`), Slides (`slides/`), Instructors (`instructors/`) | [CC-BY-NC-SA 4.0](LICENSE.md) | Share and adapt for **non-commercial** use, with attribution and same-license sharing. |
580-
| [TinyTorch](tinytorch/LICENSE) | MIT | Permissive — use, modify, redistribute, including commercially. |
581-
| [MLSys·im](mlsysim/LICENSE.md) | Apache 2.0 | Permissive with explicit patent grant. |
580+
| [TinyTorch](packages/tinytorch/LICENSE) | MIT | Permissive — use, modify, redistribute, including commercially. |
581+
| [MLSys·im](packages/mlsysim/LICENSE.md) | Apache 2.0 | Permissive with explicit patent grant. |
582582
| [StaffML](interviews/staffml/LICENSE) | AGPL v3 | Strong copyleft — modifications to deployed services must be published. Commercial licensing available; contact the authors. |
583583
| [StaffML question corpus](interviews/vault/questions/LICENSE) | CC BY-NC 4.0 | Research and educational use; commercial use requires permission. |
584-
| [TinyDigits dataset](tinytorch/datasets/tinydigits/LICENSE) | BSD 3-Clause | Permissive (matches sklearn ancestry). |
585-
| [TinyTalks dataset](tinytorch/datasets/tinytalks/LICENSE) | CC BY 4.0 | Permissive with attribution; commercial use allowed. |
584+
| [TinyDigits dataset](packages/tinytorch/LICENSE) | BSD 3-Clause | Permissive (matches sklearn ancestry). |
585+
| [TinyTalks dataset](packages/tinytorch/LICENSE) | CC BY 4.0 | Permissive with attribution; commercial use allowed. |
586586

587587
A user-facing summary lives at [mlsysbook.ai/about/license](https://mlsysbook.ai/about/license.html).
588588

publishing/quarto/index-vol4.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
::: {.callout-objective title="Start Reading" icon=false}
88
Begin with the machine itself, and the line inside it where computation stops being advice and starts being force.
99

10-
[Chapter 1: From Machine Learning Systems to Physical AI](chapters/01-boundary/01-boundary.qmd){.btn .btn-primary .btn-sm role="button"}
10+
[Chapter 1: From Machine Learning Systems to Physical AI](contents/vol4/chapters/01-boundary/01-boundary.qmd){.btn .btn-primary .btn-sm role="button"}
1111
:::
1212
:::
1313

1414
::: {.g-col-12 .g-col-md-6}
1515
::: {.callout-teaching title="Reader Guide and Prerequisites" icon=false}
1616
What this book assumes you already know, what it builds from first principles, and what it deliberately leaves to other books.
1717

18-
[Reader Guide and Prerequisites](front-matter/prerequisites.qmd){.btn .btn-outline-primary .btn-sm role="button"}
18+
[Reader Guide and Prerequisites](contents/vol4/front-matter/prerequisites.qmd){.btn .btn-outline-primary .btn-sm role="button"}
1919
:::
2020
:::
2121

0 commit comments

Comments
 (0)