From ed3192d3300b9f1133c58ada39a6ca5253c47d78 Mon Sep 17 00:00:00 2001 From: Kenvin Davies Date: Thu, 21 Jun 2018 01:17:34 -0700 Subject: [PATCH] doc: Update broken links in README.md PR-URL: https://github.com/nodejs/node-addon-api/pull/290 Reviewed-By: Michael Dawson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8bf992..5b812b0 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ The following is the documentation for node-addon-api (NOTE: still a work in progress as its not yet complete). - [Basic Types](doc/basic_types.md) - - [Array](doc/array.md) + - [Array](doc/basic_types.md#array) - [Symbol](doc/symbol.md) - [String](doc/string.md) - - [Name](doc/name.md) + - [Name](doc/basic_types.md#name) - [Number](doc/number.md) - [Boolean](doc/boolean.md) - [Env](doc/env.md)