diff --git a/feed.xml b/feed.xml
index 51d26d5..d12670b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -17,7 +17,7 @@ layout: null
{{ post.url | prepend: site.url }}
- {{ post.content | escape | truncate: '400' }}
+ {{ post.content | strip_html | truncate: 400 | escape }}
{{ post.date | date_to_rfc822 }}
diff --git a/pages/python-lectures.md b/pages/python-lectures.md
index cf38b81..7999272 100644
--- a/pages/python-lectures.md
+++ b/pages/python-lectures.md
@@ -1,7 +1,7 @@
---
title: 'Quantitative Economics with Python'
permalink: /python-lectures/
-redirect_to: https://quantecon.org/projects/#filter=lecture
+redirect_to: https://quantecon.org/lectures/
menu_item: false
---