From 8b69504e1719fe1c678352e8eee028189ad0bd0a Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Sun, 16 Jul 2017 09:41:05 +0800 Subject: [PATCH] doc: move LTS README link to increase prominence PR-URL: https://github.com/nodejs/node/pull/14259 Fixes: https://github.com/nodejs/node/issues/10718 Reviewed-By: Refael Ackermann Reviewed-By: Timothy Gu Reviewed-By: James M Snell --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5dd351bbfe75..484ae7976afd94 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,13 @@ The Node.js project maintains multiple types of releases: ordered codenames, beginning with v4 Argon. LTS releases are less frequent and will attempt to maintain consistent major and minor version numbers, only incrementing patch version numbers. There are no breaking changes or - feature additions, except in some special circumstances. More information - can be found in the [LTS README](https://github.com/nodejs/LTS/). + feature additions, except in some special circumstances. * **Nightly**: Versions of code in this repository on the current Current branch, automatically built every 24-hours where changes exist. Use with caution. +More information can be found in the [LTS README](https://github.com/nodejs/LTS/). + ## Download Binaries, installers, and source tarballs are available at