<!-- This is the repository and issue tracker for https://www.python.org website. If you're looking to file an issue with CPython itself, please go to https://github.com/python/cpython/issues/new/choose Issues related to Python's documentation (https://docs.python.org) can also be filed at https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md. --> **Describe the bug** The link to "Issue Tracker" links to https://bugs.python.org/ which is the old python issue tracker. It should point to the new one which is https://github.com/python/cpython/issues **To Reproduce** Steps to reproduce the behavior: 1. Go to 'www.python.org' 2. Scroll down to bottom of the page 3. Click on 'Issue Tracker' **Expected behavior** Expect to be taken to https://github.com/python/cpython/issues instead of being taken to https://bugs.python.org/ **Screenshots** 