Skip to content

Commit

Permalink
doc: Update broken links in README.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-addon-api#290
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
kevindavies8 committed Jun 27, 2018
1 parent c9f7c01 commit ed3192d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed3192d

Please sign in to comment.