Skip to content

Commit c79caba

Browse files
authored
doc: avoid directing users to HTTP (#828)
1 parent f5fad23 commit c79caba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ APIs exposed by node-addon-api are generally used to create and
3737
manipulate JavaScript values. Concepts and operations generally map
3838
to ideas specified in the **ECMA262 Language Specification**.
3939

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

4444
- **[Setup](#setup)**

doc/error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Returns a pointer to a null-terminated string that is used to identify the
117117
exception. This method can be used only if the exception mechanism is enabled.
118118

119119
[`Napi::ObjectReference`]: ./object_reference.md
120-
[`std::exception`]: http://cplusplus.com/reference/exception/exception/
120+
[`std::exception`]: https://cplusplus.com/reference/exception/exception/

doc/hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
[`Napi::Uint8Array`]: ./typed_array_of.md
8989
[`Napi::Value`]: ./value.md
9090
[`Napi::VersionManagement`]: ./version_management.md
91-
[`std::exception`]: http://cplusplus.com/reference/exception/exception/
91+
[`std::exception`]: https://cplusplus.com/reference/exception/exception/

0 commit comments

Comments
 (0)