From 0097e96b9279bc0624412edb9f71755e69ea6aea Mon Sep 17 00:00:00 2001 From: NickNaso Date: Wed, 29 Aug 2018 15:47:20 +0200 Subject: [PATCH] Fixed broken links for Symbol and String --- doc/basic_types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/basic_types.md b/doc/basic_types.md index 9a4fc71eb..43b041dc8 100644 --- a/doc/basic_types.md +++ b/doc/basic_types.md @@ -315,8 +315,8 @@ the returned value. ## Name Names are JavaScript values that can be used as a property name. There are two -specialized types of names supported in Node.js Addon API- [`String`](String.md) -and [`Symbol`](Symbol.md). +specialized types of names supported in Node.js Addon API- [`String`](string.md) +and [`Symbol`](symbol.md). ### Methods