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

@ -31,7 +31,7 @@ pub const LANGUAGE: LanguageFn = unsafe { LanguageFn::from_raw(tree_sitter_PARSE
/// The content of the [`node-types.json`][] file for this grammar.
///
/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types
/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers/6-static-node-types
pub const NODE_TYPES: &str = include_str!("../../src/node-types.json");
// NOTE: uncomment these to include any queries that this grammar contains: