Skip to content

Commit

Permalink
fix links in repo's index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent c5fd699 commit ba86deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ jobs:
<h1>Futr Flatpak Repository</h1>
<h2>Stable Repository</h2>
<p>To add the stable repository:</p>
<pre>flatpak remote-add --if-not-exists futr-stable https://futrnostr.github.io/futr-flatpak/repo-stable</pre>
<pre>flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable.flatpakrepo</pre>
<p>Or download the <a href="futr-stable.flatpakrepo">repository file</a>.</p>
<h2>Development Repository</h2>
<p>To add the development repository:</p>
<pre>flatpak remote-add --if-not-exists futr-continuous https://futrnostr.github.io/futr-flatpak/repo-continuous</pre>
<pre>flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/futr-continuous.flatpakrepo</pre>
<p>Or download the <a href="futr-continuous.flatpakrepo">repository file</a>.</p>
</body>
</html>
Expand Down

0 comments on commit ba86deb

Please sign in to comment.