File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ APIs exposed by node-addon-api are generally used to create and
37
37
manipulate JavaScript values. Concepts and operations generally map
38
38
to ideas specified in the ** ECMA262 Language Specification** .
39
39
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
42
42
and node-addon-api.
43
43
44
44
- ** [ Setup] ( #setup ) **
Original file line number Diff line number Diff line change @@ -117,4 +117,4 @@ Returns a pointer to a null-terminated string that is used to identify the
117
117
exception. This method can be used only if the exception mechanism is enabled.
118
118
119
119
[ `Napi::ObjectReference` ] : ./object_reference.md
120
- [ `std::exception` ] : http ://cplusplus.com/reference/exception/exception/
120
+ [ `std::exception` ] : https ://cplusplus.com/reference/exception/exception/
Original file line number Diff line number Diff line change 88
88
[ `Napi::Uint8Array` ] : ./typed_array_of.md
89
89
[ `Napi::Value` ] : ./value.md
90
90
[ `Napi::VersionManagement` ] : ./version_management.md
91
- [ `std::exception` ] : http ://cplusplus.com/reference/exception/exception/
91
+ [ `std::exception` ] : https ://cplusplus.com/reference/exception/exception/
You can’t perform that action at this time.
0 commit comments