Skip to content

Commit

Permalink
doc: fix broken Napi::ThreadSafeFunction link (#1172)
Browse files Browse the repository at this point in the history
* docs: fix broken link `Napi::ThreadSafeFunction`
  • Loading branch information
F3n67u authored May 10, 2022
1 parent 10b440f commit f3124ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
[`Napi::Reference<Napi::Object>`]: ./reference.md
[`Napi::String`]: ./string.md
[`Napi::Symbol`]: ./symbol.md
[`Napi::ThreadSafeFunction`]: ./thread_safe_function.md
[`Napi::ThreadSafeFunction`]: ./threadsafe_function.md
[`Napi::TypeError`]: ./type_error.md
[`Napi::TypedArray`]: ./typed_array.md
[`Napi::TypedArrayOf`]: ./typed_array_of.md
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@
{
"name": "Ziqiu Zhao",
"url": "https://github.com/ZzqiZQute"
},
{
"name": "Feng Yu",
"url": "https://github.com/F3n67u"
}
],
"description": "Node.js API (Node-API)",
Expand Down

0 comments on commit f3124ae

Please sign in to comment.