We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d5f07 commit c1310b7Copy full SHA for c1310b7
pep_sphinx_extensions/generate_rss.py
@@ -109,7 +109,7 @@ def create_rss_feed(doctree_dir: Path, output_dir: Path):
109
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
110
<channel>
111
<title>Newest Python PEPs</title>
112
- <link>https://peps.python.org/peps.rss</link>
+ <link>https://peps.python.org/</link>
113
<description>{RSS_DESCRIPTION}</description>
114
<atom:link href="https://peps.python.org/peps.rss" rel="self"/>
115
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
0 commit comments