www: redirect from '/<lang>/downloads/stable' to '/<lang>/downloads/current'#399
Closed
fhemberger wants to merge 2 commits intonodejs:masterfrom
fhemberger:node-6.0/rename-stable
Closed
www: redirect from '/<lang>/downloads/stable' to '/<lang>/downloads/current'#399fhemberger wants to merge 2 commits intonodejs:masterfrom fhemberger:node-6.0/rename-stable
fhemberger wants to merge 2 commits intonodejs:masterfrom
fhemberger:node-6.0/rename-stable
Conversation
…urrent' With the change of release names from 'Stable' to 'Current' (introduced with Node.js v6), the old download page needs to be redirected. Ref: - nodejs/node#6318 - nodejs/nodejs.org#672
This was referenced Apr 26, 2016
Contributor
Author
|
@nodejs/build Can we please get this change online? Link to "stable" downloads is atm broken in production! |
Member
|
@fhemberger i will test and deploy shortly after our build meeting in an hour. Edit: found a few minutes while brewing coffee; it should be working now. Will have a closer look when I have more time. |
Contributor
Author
|
@jbergstroem Great, thank you! Noticed a little typo: It's "download" instead of "downloads" |
Member
Fixed. Will have a closer look now. |
Member
|
LGTM. Will land. |
jbergstroem
pushed a commit
that referenced
this pull request
May 1, 2016
With the change of release names from 'Stable' to 'Current' (introduced with Node.js v6), the old download page needs to be redirected. PR-URL: #399 Refs: nodejs/node#6318 Refs: nodejs/nodejs.org#672 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Member
|
Merged in 9486ed2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the change of release names from 'Stable' to 'Current' (introduced with
Node.js v6), the old download page needs to be redirected.
Ref: