pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

Release notes on the download page for 3.12.0 go to an incorrect URL

Open dev-coder opened this issue 2 years ago • 2 comments

Describe the bug Release notes link on the download page (https://www.python.org/downloads/) for 3.12.0 goes to the wrong location. Should be going to: https://docs.python.org/release/3.12.0/whatsnew/changelog.html#python-3-12-0 (which works if you manually type it following the former versions by convention, but the link currently for the release notes is wrong and goes to: https://www.python.org/downloads/

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://www.python.org/downloads/'
  2. Click on 'Specific Release table, 3.12.0, Release Notes hyperlink'
  3. Goes to the download page you are already on, and NOT to the actual release notes.

Expected behavior Clicking the 3.12.0 release notes should take you to: https://docs.python.org/release/3.12.0/whatsnew/changelog.html#python-3-12-0

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 10
  • Browser [e.g. chrome, safari] Chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

dev-coder avatar Dec 01 '23 04:12 dev-coder

Thanks for the report, cc @yhg1s.

hugovk avatar Dec 01 '23 05:12 hugovk

Same for 3.12.1

mattbaker-digital avatar Dec 22 '23 11:12 mattbaker-digital

This seems to be fixed for both

image

JacobCoffee avatar Sep 17 '24 22:09 JacobCoffee