Skip to content

Commit 424fb65

Browse files
committed
docs(readme): fix docs badge
1 parent e1c5781 commit 424fb65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ so long as the author has published them.
2424
npm install tree-sitter-javascript
2525
```
2626

27-
You can also develop a new grammar by using the [Tree-sitter CLI][cli] and following the [docs][docs].
27+
You can also develop a new grammar by using the [Tree-sitter CLI][cli] and following the [docs][ts docs].
2828

2929
### Parsing Source Code
3030

@@ -120,8 +120,9 @@ which should map closely to the C API, though there are some differences.
120120

121121
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/node-tree-sitter/ci.yml?logo=github&label=CI
122122
[cli]: https://github.com/tree-sitter/tree-sitter/tree/master/cli
123-
[docs]: https://tree-sitter.github.io/tree-sitter/creating-parsers
123+
[docs]: https://img.shields.io/badge/docs-website-blue
124124
[npm]: https://img.shields.io/npm/v/tree-sitter?logo=npm
125125
[grammars]: https://github.com/tree-sitter/tree-sitter/wiki/List-of-parsers
126126
[javascript]: http://github.com/tree-sitter/tree-sitter-javascript
127+
[ts docs]: https://tree-sitter.github.io/tree-sitter/creating-parsers
127128
[usage docs]: https://tree-sitter.github.io/tree-sitter/using-parsers

0 commit comments

Comments
 (0)