8000 Point issue tracker links to GitHub (#2055) · python/pythondotorg@a2d6da6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2d6da6

Browse files
authored
Point issue tracker links to GitHub (#2055)
closes #2054
1 parent fc856dd commit a2d6da6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
This is the repository and issue tracker for [python.org](https://www.python.org).
99
The repository for CPython itself is at https://github.com/python/cpython, and the
10-
issue tracker is at https://bugs.python.org.
10+
issue tracker is at https://github.com/python/cpython/issues/.
1111

1212
Issues related to [Python's documentation](https://docs.python.org) can be filed in
13-
https://bugs.python.org.
13+
https://github.com/python/cpython/issues/.
1414

1515
### Contributing
1616

fixtures/boxes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
{
151151
"fields": {
152152
"label": "widget-weneedyou",
153-
"content": "<h2 class=\"widget-title\"><span class=\"prompt\">&gt;&gt;&gt;</span> <a href=\"#\">Python Needs You</a></h2>\r\n<p>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. <a href=\"//docs.python.org/devguide\">Learn more</a> about how to make Python better for everyone.</p>\r\n<p class=\"click-these\">\r\n <a class=\"button\" href=\"//docs.python.org/devguide/#contributing\">Contribute to Python</a>\r\n <a class=\"button\" href=\"//bugs.python.org\">Bug Tracker</a>\r\n</p>",
153+
"content": "<h2 class=\"widget-title\"><span class=\"prompt\">&gt;&gt;&gt;</span> <a href=\"#\">Python Needs You</a></h2>\r\n<p>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. <a href=\"//docs.python.org/devguide\">Learn more</a> about how to make Python better for everyone.</p>\r\n<p class=\"click-these\">\r\n <a class=\"button\" href=\"//docs.python.org/devguide/#contributing\">Contribute to Python</a>\r\n <a class=\"button\" href=\"//github.com/python/cpython/issues/\">Bug Tracker</a>\r\n</p>",
154154
"content_markup_type": "html"
155155
}
156156
},
@@ -339,7 +339,7 @@
339339
{
340340
"fields": {
341341
"label": "download-dev",
342-
"content": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows (and DOS)</a></li>\r\n <li><a href=\"/downloads/macos/\">Macintosh</a></li>\r\n <li><a href=\"/download/other/\">Other platforms</a></li>\r\n <li><a href=\"/downloads/source/\">Source</a></li>\r\n <li><a href=\"/dev/\">Python Developer's Guide</a></li>\r\n <li><a href=\"http://bugs.python.org\">Python Issue Tracker</a></li>\r\n</ul>",
342+
"content": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows (and DOS)</a></li>\r\n <li><a href=\"/downloads/macos/\">Macintosh</a></li>\r\n <li><a href=\"/download/other/\">Other platforms</a></li>\r\n <li><a href=\"/downloads/source/\">Source</a></li>\r\n <li><a href=\"/dev/\">Python Developer's Guide</a></li>\r\n <li><a href=\"https://github.com/python/cpython/issues/\">Python Issue Tracker</a></li>\r\n</ul>",
343343
"content_markup_type": "html"
344344
}
345345
},

fixtures/sitetree_menus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@
23412341
"fields": {
23422342
"title": "Issue Tracker",
23432343
"hint": "",
2344-
"url": "https://bugs.python.org/",
2344+
"url": "https://github.com/python/cpython/issues/",
23452345
"urlaspattern": false,
23462346
"tree": 1,
23472347
"hidden": false,

0 commit comments

Comments
 (0)
0