Skip to content

Commit c569ead

Browse files
committed
Fix blog post links
Add .html extension
1 parent d7c4294 commit c569ead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blog/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<item>
1010
<title>cbpickaxe and My First (Merged) Pull Request in Python</title>
1111
<pubDate>Mon, 13 Nov 2023 17:30:14 +0800</pubDate>
12-
<link>https://helenclx.github.io/blog/posts/2023-11-13-My-First-PR-in-Python</link>
12+
<link>https://helenclx.github.io/blog/posts/2023-11-13-My-First-PR-in-Python.html</link>
1313
<author>Helen Chong</author>
1414
<description><![CDATA[About my first pull request in Python that got approved and merged.]]></description>
1515
</item>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,21 +136,21 @@ <h2 class="section__title">Blog</h2>
136136
<h3 class="blog__latest">Latest Blog Posts:</h3>
137137
<div class="blog__feed">
138138
<div class="blog__entry">
139-
<a href="https://helenclx.github.io/blog/posts/2023-11-13-My-First-PR-in-Python" target="blank">
139+
<a href="https://helenclx.github.io/blog/posts/2023-11-13-My-First-PR-in-Python.html" target="blank">
140140
<h4>cbpickaxe and My First (Merged) Pull Request in Python</h4>
141141
</a>
142142
<p>About my first pull request in Python that got approved and merged.</p>
143143
</div>
144144

145145
<div class="blog__entry">
146-
<a href="https://helenclx.github.io/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed" target="blank">
146+
<a href="https://helenclx.github.io/blog/posts/2023-09-26-CS50x-Week-8-Assignments-Completed.html" target="blank">
147147
<h4>CS50x Week 8 Assignments Completed</h4>
148148
</a>
149149
<p>I have completed and submitted the Week 8 assignment of the CS50's Introduction to Computer Science (CS50x) course.</p>
150150
</div>
151151

152152
<div class="blog__entry">
153-
<a href="https://helenclx.github.io/blog/posts/2023-09-10-CS50x-Week-7-Completed" target="blank">
153+
<a href="https://helenclx.github.io/blog/posts/2023-09-10-CS50x-Week-7-Completed.html" target="blank">
154154
<h4>CS50x Week 7 Completed</h4>
155155
</a>
156156
<p>I have completed and submitted the Week 7 assignment of the CS50's Introduction to Computer Science (CS50x) course.</p>

0 commit comments

Comments
 (0)