Skip to content

Commit c1310b7

Browse files
authored
Infra: Link RSS to website not feed (#3976)
1 parent e7d5f07 commit c1310b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep_sphinx_extensions/generate_rss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def create_rss_feed(doctree_dir: Path, output_dir: Path):
109109
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
110110
<channel>
111111
<title>Newest Python PEPs</title>
112-
<link>https://peps.python.org/peps.rss</link>
112+
<link>https://peps.python.org/</link>
113113
<description>{RSS_DESCRIPTION}</description>
114114
<atom:link href="https://peps.python.org/peps.rss" rel="self"/>
115115
<docs>https://cyber.harvard.edu/rss/rss.html</docs>

0 commit comments

Comments
 (0)