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:
authorunknown <rosaxny@gmail.com>2020-02-27 20:30:24 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-02 07:07:33 +0300
commit6bcea0a38365f518580a4dbbf2f5627bede5aac5 (patch)
tree2fb1b2185b99da1627dd6789b036c0fff8ea8606 /doc/api/documentation.md
parent751c2409db0242dffec7fc1e49b1ec02110a1320 (diff)
doc: add link to sem-ver info
PR-URL: https://github.com/nodejs/node/pull/31985 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 14310f7baed..7059c4d33e1 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -27,9 +27,10 @@ The stability indices are as follows:
<!-- separator -->
-> Stability: 1 - Experimental. The feature is not subject to Semantic Versioning
-> rules. Non-backward compatible changes or removal may occur in any future
-> release. Use of the feature is not recommended in production environments.
+> Stability: 1 - Experimental. The feature is not subject to
+> [Semantic Versioning][] rules. Non-backward compatible changes or removal may
+> occur in any future release. Use of the feature is not recommended in
+> production environments.
<!-- separator -->
@@ -58,6 +59,7 @@ to the corresponding man pages which describe how the system call works.
Most Unix system calls have Windows analogues. Still, behavior differences may
be unavoidable.
+[Semantic Versioning]: https://semver.org/
[the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
[the issue tracker]: https://github.com/nodejs/node/issues/new
[V8 JavaScript engine]: https://v8.dev/