Closed (fixed)
Project:
Drupal core
Version:
8.9.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 May 2020 at 11:21 UTC
Updated:
22 Oct 2020 at 16:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sivaji_ganesh_jojodae commentedNot sure if the proposed link is correct, anyway I've attached a patch to get started.
Comment #3
sykesjs commentedIt seems like the URL would be something that follows the pattern https://www.drupal.org/8/download, and I'm wondering if the reason https://www.drupal.org/9/download doesn't work yet is because 9 is still at RC status.
The behavior on the page you mentioned sends me to the same page as clicking on "Get the release candidate" https://www.drupal.org/about/9
Comment #4
himanshu_sindhwani commentedAgree with @sykesjs, the URL will have the same pattern and will be active once Drupal 9 is released. Here is the patch for the same.
Comment #5
nitvirus commentedThere should be interdiff file attached, when there are more than 1 path on issue.
Comment #6
nitvirus commentedI think we should wait for this patch as the link in patch is givin 404 right now.
Comment #7
sivaji_ganesh_jojodae commentedhttps://www.drupal.org/9/download does not seem to be in use. The attached patch uses https://www.drupal.org/download instead.
Comment #8
nitvirus commentedAssigning this to myself
Comment #9
nitvirus commentedPatch applies correctly changes the core's changelog file.
the link takes us to the download page which does not gives 404 and user can go to reading release notes from link "read release notes".
This looks fine. Changing this to RTBC
Comment #10
alexpottSo this one is a bit odd but the current link https://www.drupal.org/8/download goes to https://www.drupal.org/project/drupal/releases/9.0.1 so going to the correct place but https://www.drupal.org/download takes you quite far away from that. I'm not sure this change is correct. I think there are two bugs here...
Comment #11
alexpott@drumm pointed out we can use https://www.drupal.org/latest-release
Comment #12
himanshu_sindhwani commentedHere is the patch doing the ask in #11.
Comment #13
himanshu_sindhwani commentedComment #14
jungle/latest-releasematches the latest release exactly, and it does point/redirect to the latest release page -- currently https://www.drupal.org/project/drupal/releases/9.0.1. It's good to go!Comment #18
xjmFWIW,
/8/downloadalso is not actually Drupal-8-specific; it redirects to 9.0.1. So this is mostly a cosmetic change. But worth making if only to avoid confusing people. :)I do not think we need a
/9/downloadnor really see any value in making/8/downloadredirect to 8.9 only; our IA should be evergreen. (We've done a lot of work on various d.o resources to this end already.)Committed to the 9.1.x, 9.0.x, and 8.9.x (because we also don't want to confuse people in Drupal 8 expecting a Drupal 8 release and getting a Drupal 9 one). Thanks!
Comment #19
xjmComment #21
xjm