Skip to content

Commit cbc6c14

Browse files
varunhchugovk
andauthored
updated python issue tracker and pep links (#2318)
* updated python issue tracker and pep links * Update templates/base.html Co-authored-by: Hugo van Kemenade <[email protected]> --------- Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e8a5c82 commit cbc6c14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fixtures/boxes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@
654654
"created": "2014-11-13T21:49:22.048Z",
655655
"updated": "2021-07-29T21:40:21.030Z",
656656
"label": "download-dev",
657-
"content": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows</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>",
657+
"content": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows</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>",
658658
"content_markup_type": "html",
659-
"_content_rendered": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows</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>"
659+
"_content_rendered": "<h2>Information about specific ports, and developer info</h2>\r\n\r\n<ul>\r\n <li><a href=\"/downloads/windows/\">Windows</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>"
660660
}
661661
},
662662
{

fixtures/sitetree_menus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
"fields": {
686686
"title": "PEP Index",
687687
"hint": "",
688-
"url": "http://python.org/dev/peps/",
688+
"url": "https://peps.python.org",
689689
"urlaspattern": false,
690690
"tree": 1,
691691
"hidden": false,

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<link rel="author" href="/humans.txt">
8787

8888
<link rel="alternate" type="application/rss+xml" title="Python Enhancement Proposals"
89-
href="https://www.python.org/dev/peps/peps.rss/">
89+
href="https://peps.python.org/peps.rss">
9090
<link rel="alternate" type="application/rss+xml" title="Python Job Opportunities"
9191
href="https://www.python.org/jobs/feed/rss/">
9292
<link rel="alternate" type="application/rss+xml" title="Python Software Foundation News"

0 commit comments

Comments
 (0)