From 422866a437a5221617dc100cf6fef941b99ed089 Mon Sep 17 00:00:00 2001 From: WillLillis Date: Fri, 26 Sep 2025 04:11:28 -0400 Subject: [PATCH] fix(docs): update more broken links --- docs/src/5-implementation.md | 8 ++++---- docs/src/creating-parsers/1-getting-started.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/5-implementation.md b/docs/src/5-implementation.md index 987a91ff..36963d8e 100644 --- a/docs/src/5-implementation.md +++ b/docs/src/5-implementation.md @@ -51,10 +51,10 @@ WIP [crates]: https://crates.io [npm]: https://npmjs.com [gh]: https://github.com/tree-sitter/tree-sitter/releases/latest -[src]: https://github.com/tree-sitter/tree-sitter/tree/master/cli/src +[src]: https://github.com/tree-sitter/tree-sitter/tree/master/crates/cli/src [schema]: https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json -[parse grammar]: https://github.com/tree-sitter/tree-sitter/blob/master/cli/generate/src/parse_grammar.rs +[parse grammar]: https://github.com/tree-sitter/tree-sitter/blob/master/crates/generate/src/parse_grammar.rs [enum]: https://doc.rust-lang.org/book/ch06-01-defining-an-enum.html -[rules.rs]: https://github.com/tree-sitter/tree-sitter/blob/master/cli/generate/src/rules.rs -[prepare grammar]: https://github.com/tree-sitter/tree-sitter/tree/master/cli/generate/src/prepare_grammar +[rules.rs]: https://github.com/tree-sitter/tree-sitter/blob/master/crates/generate/src/rules.rs +[prepare grammar]: https://github.com/tree-sitter/tree-sitter/tree/master/crates/generate/src/prepare_grammar [symbols]: https://en.wikipedia.org/wiki/Terminal_and_nonterminal_symbols diff --git a/docs/src/creating-parsers/1-getting-started.md b/docs/src/creating-parsers/1-getting-started.md index 92159f4a..5095eb75 100644 --- a/docs/src/creating-parsers/1-getting-started.md +++ b/docs/src/creating-parsers/1-getting-started.md @@ -131,6 +131,6 @@ To learn more about this command, check the [reference page](../cli/generate.md) [npm]: https://docs.npmjs.com [path-env]: https://en.wikipedia.org/wiki/PATH_(variable) [releases]: https://github.com/tree-sitter/tree-sitter/releases/latest -[tree-sitter-cli]: https://github.com/tree-sitter/tree-sitter/tree/master/cli +[tree-sitter-cli]: https://github.com/tree-sitter/tree-sitter/tree/master/crates/cli [triple-slash]: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html [ts-check]: https://www.typescriptlang.org/docs/handbook/intro-to-js-ts.html