Skip to content

Commit

Permalink
fix: updates feed link on the Updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 5, 2024
1 parent bb67a2a commit 37ca8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Updates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="card-header">
<h4>Don't miss the latest updates!</h4>
<h2>Subscribe to the Feed</h2>
<a class="btn btn--primary" href="https://vanillaos.org/feed.xml">
<a class="btn btn--primary" href="https://info.vanillaos.org/updates-feed.xml">
<span class="mdi material-icons">newspaper</span>
<span>Subscribe now</span>
</a>
Expand Down

0 comments on commit 37ca8d2

Please sign in to comment.