diff --git a/README.md b/README.md index 5cee8c0cd..97fa0341c 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ This is the repository and issue tracker for [python.org](https://www.python.org). The repository for CPython itself is at https://github.com/python/cpython, and the -issue tracker is at https://bugs.python.org. +issue tracker is at https://github.com/python/cpython/issues/. Issues related to [Python's documentation](https://docs.python.org) can be filed in -https://bugs.python.org. +https://github.com/python/cpython/issues/. ### Contributing diff --git a/fixtures/boxes.json b/fixtures/boxes.json index 182fa04fb..9f0aceedb 100644 --- a/fixtures/boxes.json +++ b/fixtures/boxes.json @@ -150,7 +150,7 @@ { "fields": { "label": "widget-weneedyou", - "content": "

>>> Python Needs You

\r\n

Open source software is made better when users can easily contribute code and documentation to fix bugs and add features. Python strongly encourages community involvement in improving the software. Learn more about how to make Python better for everyone.

\r\n

\r\n Contribute to Python\r\n Bug Tracker\r\n

", + "content": "

>>> Python Needs You

\r\n

Open source software is made better when users can easily contribute code and documentation to fix bugs and add features. Python strongly encourages community involvement in improving the software. Learn more about how to make Python better for everyone.

\r\n

\r\n Contribute to Python\r\n Bug Tracker\r\n

", "content_markup_type": "html" } }, @@ -339,7 +339,7 @@ { "fields": { "label": "download-dev", - "content": "

Information about specific ports, and developer info

\r\n\r\n", + "content": "

Information about specific ports, and developer info

\r\n\r\n", "content_markup_type": "html" } }, diff --git a/fixtures/sitetree_menus.json b/fixtures/sitetree_menus.json index c01933cdd..85fb6b6b0 100644 --- a/fixtures/sitetree_menus.json +++ b/fixtures/sitetree_menus.json @@ -2341,7 +2341,7 @@ "fields": { "title": "Issue Tracker", "hint": "", - "url": "https://bugs.python.org/", + "url": "https://github.com/python/cpython/issues/", "urlaspattern": false, "tree": 1, "hidden": false,