8000 Link to the correct location for the RSS feed (#2962) · python/peps@2411637 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2411637

Browse files
authored
Link to the correct location for the RSS feed (#2962)
1 parent 5acbab8 commit 2411637

File tree

1 file changed

+1
-1
lines changed
  • pep_sphinx_extensions/pep_theme/templates

1 file changed

+1
-1
lines changed

pep_sphinx_extensions/pep_theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" href="{{ pathto('_static/mq.css', resource=True) }}" type="text/css">
1313
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: light)" id="pyg-light">
1414
<link rel="stylesheet" href="{{ pathto('_static/pygments_dark.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: dark)" id="pyg-dark">
15-
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://www.python.org/dev/peps/peps.rss">
15+
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://peps.python.org/peps.rss">
1616
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
1717
<meta name="description" content="Python Enhancement Proposals (PEPs)">
1818
</head>

0 commit comments

Comments
 (0)
0