From ddf588868ba5b7faa148eac60ca00b307b51bcaa Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 25 Sep 2021 12:31:57 +0300 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08206e18f..324aec168 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust bindings for writing safe and fast native Node.js modules. ## Getting started -Once you have the [platform dependencies](https://neon-bindings.com/docs/getting-started#install-node-build-tools/) installed, getting started is as simple as: +Once you have the [platform dependencies](https://neon-bindings.com/docs/quick-start) installed, getting started is as simple as: ``` $ npm init neon my-project