docs(init): fix broken link

This commit is contained in:
Kamal Chandra Upreti 2026-07-15 17:58:07 +05:45 committed by GitHub
parent b23c9fceb7
commit 49dd7b4079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ the `init` command will prompt the user for the required fields. See [below](./i
the full documentation of the structure of this file.
- `package.json` - The `npm` manifest for the parser. This file is required for some `tree-sitter` subcommands, and if the
grammar has dependencies (e.g., another published base grammar that this grammar extends).
- `grammar.js` - An empty template for the main grammar file; see [the section on creating parsers](../2-creating-parser).
- `grammar.js` - An empty template for the main grammar file; see [the section on creating parsers](../creating-parsers).
### Language bindings