fix: update outdated links

This commit is contained in:
Amaan Qureshi 2025-01-03 15:04:15 -05:00
parent 2c064039c7
commit 3456330fe9
4 changed files with 7 additions and 7 deletions

View file

@ -937,7 +937,7 @@ impl Loader {
{}
You can read more about this at https://tree-sitter.github.io/tree-sitter/creating-parsers#external-scanners
You can read more about this at https://tree-sitter.github.io/tree-sitter/creating-parsers/4-external-scanners
"},
missing,
)));
@ -1578,7 +1578,7 @@ impl LanguageConfiguration<'_> {
eprintln!(
indoc! {"
Warning: you should add a `{}` entry pointing to the highlights path in the `tree-sitter` object in the grammar's tree-sitter.json file.
See more here: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#query-paths
See more here: https://tree-sitter.github.io/tree-sitter/3-syntax-highlighting#query-paths
"},
default_path.replace(".scm", "")
);