Skip to content

Commit

Permalink
doc: avoid directing users to HTTP (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
John French committed Nov 2, 2020
1 parent c7f9c36 commit bfd0f33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ APIs exposed by node-addon-api are generally used to create and
manipulate JavaScript values. Concepts and operations generally map
to ideas specified in the **ECMA262 Language Specification**.

The [N-API Resource](http://nodejs.github.io/node-addon-examples/) offers an
excellent orientation and tips for developers just getting started with N-API
The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an
excellent orientation and tips for developers just getting started with N-API
and node-addon-api.

- **[Setup](#setup)**
Expand Down
2 changes: 1 addition & 1 deletion doc/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Returns a pointer to a null-terminated string that is used to identify the
exception. This method can be used only if the exception mechanism is enabled.

[`Napi::ObjectReference`]: ./object_reference.md
[`std::exception`]: http://cplusplus.com/reference/exception/exception/
[`std::exception`]: https://cplusplus.com/reference/exception/exception/
2 changes: 1 addition & 1 deletion doc/hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
[`Napi::Uint8Array`]: ./typed_array_of.md
[`Napi::Value`]: ./value.md
[`Napi::VersionManagement`]: ./version_management.md
[`std::exception`]: http://cplusplus.com/reference/exception/exception/
[`std::exception`]: https://cplusplus.com/reference/exception/exception/

0 comments on commit bfd0f33

Please sign in to comment.