Skip to content

Commit

Permalink
Infra: Link RSS to website not feed (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 21, 2024
1 parent e7d5f07 commit c1310b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/generate_rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def create_rss_feed(doctree_dir: Path, output_dir: Path):
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>Newest Python PEPs</title>
<link>https://peps.python.org/peps.rss</link>
<link>https://peps.python.org/</link>
<description>{RSS_DESCRIPTION}</description>
<atom:link href="https://peps.python.org/peps.rss" rel="self"/>
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
Expand Down

0 comments on commit c1310b7

Please sign in to comment.