Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronkorving <ron@ronkorving.nl>2016-02-28 10:46:23 +0300
committerJames M Snell <jasnell@gmail.com>2016-03-02 21:04:17 +0300
commit0eda5f503a2fae915ae152bd221b523762a0ef97 (patch)
tree2296afacaf50e2a2d1e9ea4acbf889534cf8d457 /doc/releases.md
parent9beb36ad98e9de1aff331f86954ddb71291d8405 (diff)
doc: update NAN urls in ROADMAP.md and doc/releases.md
PR-URL: https://github.com/nodejs/node/pull/5472 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/releases.md b/doc/releases.md
index c41241de0ef..9fd35418897 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -82,7 +82,7 @@ Set the `NODE_VERSION_IS_RELEASE` macro value to `1`. This causes the build to b
This macro is used to signal an ABI version for native addons. It currently has two common uses in the community:
-* Determining what API to work against for compiling native addons, e.g. [NAN](https://github.com/rvagg/nan) uses it to form a compatibility-layer for much of what it wraps.
+* Determining what API to work against for compiling native addons, e.g. [NAN](https://github.com/nodejs/nan) uses it to form a compatibility-layer for much of what it wraps.
* Determining the ABI for downloading pre-built binaries of native addons, e.g. [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) uses this value as exposed via `process.versions.modules` to help determine the appropriate binary to download at install-time.
The general rule is to bump this version when there are _breaking ABI_ changes and also if there are non-trivial API changes. The rules are not yet strictly defined, so if in doubt, please confer with someone that will have a more informed perspective, such as a member of the NAN team.