Problem/Motivation

the download link in CHANGELOG.txt refers to version Drupal 8.

* For a full list of fixes in the latest release, visit:
https://www.drupal.org/8/download

Proposed resolution

* For a full list of fixes in the latest release, visit:
https://www.drupal.org/docs/9/install-drupal-9

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

Sivaji created an issue. See original summary.

sivaji_ganesh_jojodae’s picture

Status: Active » Needs review
Issue tags: -undefined +Novice
StatusFileSize
new534 bytes

Not sure if the proposed link is correct, anyway I've attached a patch to get started.

sykesjs’s picture

It 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

himanshu_sindhwani’s picture

StatusFileSize
new519 bytes

Agree 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.

nitvirus’s picture

There should be interdiff file attached, when there are more than 1 path on issue.

nitvirus’s picture

I think we should wait for this patch as the link in patch is givin 404 right now.

sivaji_ganesh_jojodae’s picture

StatusFileSize
new519 bytes
new532 bytes

https://www.drupal.org/9/download does not seem to be in use. The attached patch uses https://www.drupal.org/download instead.

nitvirus’s picture

Assigned: Unassigned » nitvirus

Assigning this to myself

nitvirus’s picture

Assigned: nitvirus » Unassigned
Status: Needs review » Reviewed & tested by the community

Patch 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

alexpott’s picture

Status: Reviewed & tested by the community » Needs work

So 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...

alexpott’s picture

@drumm pointed out we can use https://www.drupal.org/latest-release

himanshu_sindhwani’s picture

StatusFileSize
new523 bytes

Here is the patch doing the ask in #11.

himanshu_sindhwani’s picture

Status: Needs work » Needs review
jungle’s picture

Status: Needs review » Reviewed & tested by the community
+++ b/core/CHANGELOG.txt
@@ -3,6 +3,6 @@ patch (bugfix) releases are released every month. More information on the
 * For a full list of fixes in the latest release, visit:
- https://www.drupal.org/8/download
+ https://www.drupal.org/latest-release

/latest-release matches 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!

  • xjm committed 506ae2f on 9.1.x
    Issue #3143196 by DevJoJodae, himanshu_sindhwani, nitvirus, alexpott,...

  • xjm committed 4b36eda on 9.0.x
    Issue #3143196 by DevJoJodae, himanshu_sindhwani, nitvirus, alexpott,...

  • xjm committed 674a876 on 8.9.x
    Issue #3143196 by DevJoJodae, himanshu_sindhwani, nitvirus, alexpott,...
xjm’s picture

Status: Reviewed & tested by the community » Fixed

FWIW, /8/download also 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/download nor really see any value in making /8/download redirect 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!

xjm’s picture

Title: Change the download link in CHANGELOG.txt to Drupal 9 » Change the download link in CHANGELOG.txt for Drupal 9

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

xjm’s picture

Version: 9.1.x-dev » 8.9.x-dev