From 1742f32fcc80e3f7a2e000eab3e949431db2b3f2 Mon Sep 17 00:00:00 2001 From: akiyosi Date: Thu, 28 Nov 2019 22:07:32 +0900 Subject: [PATCH] Fix link to contributing docs --- docs/section-3-creating-parsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/section-3-creating-parsers.md b/docs/section-3-creating-parsers.md index ea9a95a5..3c9efeb5 100644 --- a/docs/section-3-creating-parsers.md +++ b/docs/section-3-creating-parsers.md @@ -22,7 +22,7 @@ To create a Tree-sitter parser, you need to use the [the `tree-sitter` CLI][tree * Install the `tree-sitter-cli` [Node.js module][node-module] using [`npm`][npm], the Node package manager. This is the recommended approach, and it is discussed further in the next section. * Download a binary for your platform from [the latest GitHub release][releases], and put it into a directory on your `PATH`. -* Build the `tree-sitter-cli` [Rust crate][crate] from source using [`cargo`][cargo], the Rust package manager. See [the contributing docs](/contributing#developing-tree-sitter) for more information. +* Build the `tree-sitter-cli` [Rust crate][crate] from source using [`cargo`][cargo], the Rust package manager. See [the contributing docs](/docs/section-5-contributing.md#developing-tree-sitter) for more information. ### Project Setup