From 6ceecb3928d62cba543d72cf10b0b63c8b036489 Mon Sep 17 00:00:00 2001 From: Jiyee Sheng Date: Mon, 24 May 2021 16:28:08 +0800 Subject: [PATCH] FIX: node-tree-sitter url --- docs/section-6-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/section-6-contributing.md b/docs/section-6-contributing.md index 4ccaddea..685fe5e7 100644 --- a/docs/section-6-contributing.md +++ b/docs/section-6-contributing.md @@ -106,7 +106,7 @@ The main [`tree-sitter/tree-sitter`](https://github.com/tree-sitter/tree-sitter) There are also several other dependent repositories that contain other published packages: -- [`tree-sitter/node-tree-sitter`](https://github.com/tree-sitter/py-tree-sitter) - Node.js bindings to the core library, published as [`tree-sitter`](https://www.npmjs.com/package/tree-sitter) on npmjs.com +- [`tree-sitter/node-tree-sitter`](https://github.com/tree-sitter/node-tree-sitter) - Node.js bindings to the core library, published as [`tree-sitter`](https://www.npmjs.com/package/tree-sitter) on npmjs.com - [`tree-sitter/py-tree-sitter`](https://github.com/tree-sitter/py-tree-sitter) - Python bindings to the core library, published as [`tree-sitter`](https://pypi.org/project/tree-sitter) on [PyPI.org](https://pypi.org). ## Publishing New Releases