Skip to content

Commit

Permalink
Fix /writings/writings links in RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 13, 2024
1 parent 1e47722 commit 570ae04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writings/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<item>
<title>Go performance from version 1.0 to 1.22</title>
<description>Shows how much the performance of Go has improved from version 1.0 through to 1.22 (including PGO) -- in its compiler, runtime, and libraries.</description>
<link>https://benhoyt.com/writings/writings/go-version-performance-2024/</link>
<guid>https://benhoyt.com/writings/writings/go-version-performance-2024/</guid>
<guid>https://benhoyt.com/writings/go-version-performance-2024/</guid>
<link>https://benhoyt.com/writings/go-version-performance-2024/</link>
<pubDate>Sat, 13 Apr 2024 18:00:00 +1200</pubDate>
</item>

Expand Down

0 comments on commit 570ae04

Please sign in to comment.