Skip to content

Commit b9f398c

Browse files
authored
remove all feedburner urls, ref #2787 (#2788)
1 parent dd0a24b commit b9f398c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydotorg/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
HONEYPOT_VALUE = 'write your message'
279279

280280
### Blog Feed URL
281-
PYTHON_BLOG_FEED_URL = "https://feeds.feedburner.com/PythonInsider"
281+
PYTHON_BLOG_FEED_URL = "https://blog.python.org/feeds/posts/default?alt=rss"
282282
PYTHON_BLOG_URL = "https://blog.python.org"
283283

284284
### Registration mailing lists

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
<link rel="alternate" type="application/rss+xml" title="Python Job Opportunities"
8585
href="https://www.python.org/jobs/feed/rss/">
8686
<link rel="alternate" type="application/rss+xml" title="Python Software Foundation News"
87-
href="https://feeds.feedburner.com/PythonSoftwareFoundationNews">
87+
href="https://pyfound.blogspot.com/feeds/posts/default?alt=rss">
8888
<link rel="alternate" type="application/rss+xml" title="Python Insider"
89-
href="https://feeds.feedburner.com/PythonInsider">
89+
href="https://blog.python.org/feeds/posts/default?alt=rss">
9090
<link rel="alternate" type="application/rss+xml" title="Python Releases"
9191
href="https://www.python.org/downloads/feed.rss">
9292

0 commit comments

Comments
 (0)