Skip to content

Commit e71d0ea

Browse files
NickNasomhdawson
authored andcommitted
[doc] Fixed links to array documentation (#613)
* Fixed links to array documentation
1 parent 3dfb1f0 commit e71d0ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `Napi::Object` class corresponds to a JavaScript object. It is extended by the following node-addon-api classes that you may use when working with more specific types:
44

5-
- [`Napi::Value`](value.md) and extends [`Napi::Array`](array.md)
5+
- [`Napi::Value`](value.md) which is extended by [`Napi::Array`](basic_types.md#array)
66
- [`Napi::ArrayBuffer`](array_buffer.md)
77
- [`Napi::Buffer<T>`](buffer.md)
88
- [`Napi::Function`](function.md)

doc/value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Value is a the base class upon which other JavaScript values such as Number, Boo
66

77
The following classes inherit, either directly or indirectly, from `Napi::Value`:
88

9-
- [`Napi::Array`](array.md)
9+
- [`Napi::Array`](basic_types.md#array)
1010
- [`Napi::ArrayBuffer`](array_buffer.md)
1111
- [`Napi::Boolean`](boolean.md)
1212
- [`Napi::Buffer`](buffer.md)

0 commit comments

Comments
 (0)