Fix broken links in docs (#6734)

This commit is contained in:
Robin 2025-08-11 11:22:41 +02:00 committed by GitHub
parent 0b91d2e051
commit 8f1e446546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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