Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: add link to sem-ver info
  • Loading branch information
rosaxxny committed Feb 27, 2020
commit 0f9bb2662e6046f0c09a97294bd83cf3c5660bfa
3 changes: 2 additions & 1 deletion doc/api/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The stability indices are as follows:

<!-- separator -->

> Stability: 1 - Experimental. The feature is not subject to Semantic Versioning
> 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.

Expand Down Expand Up @@ -59,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/
Expand Down