| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c07200c commit 2ce6e70
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ Looking for help? Check out the | |||
| 51 | 51 | * **Nightly**: Code from the Current branch built every 24-hours when there are | |
| 52 | 52 | changes. Use with caution. | |
| 53 | 53 | ||
| 54 | - Current and LTS releases follow [Semantic Versioning](https://semver.org). A | ||
| 54 | + Current and LTS releases follow [semantic versioning](https://semver.org). A | ||
| 55 | 55 | member of the Release Team [signs](#release-keys) each Current and LTS release. | |
| 56 | 56 | For more information, see the | |
| 57 | 57 | [Release README](https://github.com/nodejs/Release#readme). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ The stability indices are as follows: | |||
| 29 | 29 | <!-- separator --> | |
| 30 | 30 | ||
| 31 | 31 | > Stability: 1 - Experimental. The feature is not subject to | |
| 32 | - > [Semantic Versioning][] rules. Non-backward compatible changes or removal may | ||
| 32 | + > [semantic versioning][] rules. Non-backward compatible changes or removal may | ||
| 33 | 33 | > occur in any future release. Use of the feature is not recommended in | |
| 34 | 34 | > production environments. | |
| 35 | 35 | ||
@@ -41,7 +41,7 @@ The stability indices are as follows: | |||
| 41 | 41 | <!-- separator --> | |
| 42 | 42 | ||
| 43 | 43 | > Stability 3 - Legacy. Although this feature is unlikely to be removed and is | |
| 44 | - > still covered by semantic-versioning guarantees, it is no longer actively | ||
| 44 | + > still covered by semantic versioning guarantees, it is no longer actively | ||
| 45 | 45 | > maintained, and other alternatives are available. | |
| 46 | 46 | ||
| 47 | 47 | Features are marked as legacy rather than being deprecated if their use does no | |
@@ -77,8 +77,8 @@ to the corresponding man pages which describe how the system call works. | |||
| 77 | 77 | Most Unix system calls have Windows analogues. Still, behavior differences may | |
| 78 | 78 | be unavoidable. | |
| 79 | 79 | ||
| 80 | - [Semantic Versioning]: https://semver.org/ | ||
| 81 | 80 | [V8 JavaScript engine]: https://v8.dev/ | |
| 81 | + [semantic versioning]: https://semver.org/ | ||
| 82 | 82 | [the contributing guide]: https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md | |
| 83 | 83 | [the issue tracker]: https://github.com/nodejs/node/issues/new | |
| 84 | 84 | [warning]: process.md#event-warning | |
| Back | FazBrowse Home | New Git URL |
0 commit comments