From 8f1e446546ea95e92aee2a58413e84a1b8a0cffe Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 11 Aug 2025 11:22:41 +0200 Subject: [PATCH] Fix broken links in docs (#6734) --- crates/typst-syntax/README.md | 2 +- docs/changelog/0.11.0.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/typst-syntax/README.md b/crates/typst-syntax/README.md index ced4096ef..53f08a0fb 100644 --- a/crates/typst-syntax/README.md +++ b/crates/typst-syntax/README.md @@ -35,6 +35,6 @@ around the parser and AST. The reparsing algorithm is explained in Section 4 of [Martin's thesis][thesis] (though it changed a bit since). -[ra]: https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/syntax.md +[ra]: https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/syntax.md [thesis]: https://www.researchgate.net/publication/364622490_Fast_Typesetting_with_Incremental_Compilation diff --git a/docs/changelog/0.11.0.md b/docs/changelog/0.11.0.md index 27478862d..73d9ba109 100644 --- a/docs/changelog/0.11.0.md +++ b/docs/changelog/0.11.0.md @@ -36,8 +36,8 @@ _Thanks to [@PgBiel](https://github.com/PgBiel) for his work on tables!_ - Templates and packages are now organized by category and discipline. Filter packages by either taxonomy in the _Start from template_ wizard. If you are a package author, take a look at the new documentation for - [categories](https://github.com/typst/packages/blob/main/CATEGORIES.md) and - [disciplines](https://github.com/typst/packages/blob/main/DISCIPLINES.md). + [categories](https://github.com/typst/packages/blob/main/docs/CATEGORIES.md) and + [disciplines](https://github.com/typst/packages/blob/main/docs/DISCIPLINES.md). ## Context - Added _context expressions:_ Read the chapter on [context] to get started