Update gitea links

This commit is contained in:
Elara 2023-09-26 15:26:05 -07:00
parent 74d567c8c4
commit e5b9294f93
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
<code>linux-user-repository-bin</code> <code>linux-user-repository-bin</code>
</a> </a>
and distro packages are provided at the and distro packages are provided at the
<a href="https://gitea.elara.ws/Elara6331/lure/releases/latest">latest Gitea release</a>. <a href="https://gitea.elara.ws/lure/lure/releases/latest">latest Gitea release</a>.
</p> </p>
</section> </section>

View File

@ -50,10 +50,10 @@
<p class="subtitle">How does LURE keep its packages up to date?</p> <p class="subtitle">How does LURE keep its packages up to date?</p>
<p> <p>
LURE can automatically update its packages using a bot called LURE can automatically update its packages using a bot called
<a href="https://gitea.elara.ws/Elara6331/lure-updater">lure-updater</a>. It accepts plugins <a href="https://gitea.elara.ws/lure/lure-updater">lure-updater</a>. It accepts plugins that
that detect when software is updated upstream and update the LURE package accordingly. The detect when software is updated upstream and update the LURE package accordingly. The plugins
plugins that are currently running in my instance of the bot can be found in my that are currently running in my instance of the bot can be found in my
<a href="https://gitea.elara.ws/Elara6331/updater-plugins">updater-plugins</a> repo. The <a href="https://gitea.elara.ws/lure/updater-plugins">updater-plugins</a> repo. The
<code>discord-bin</code> package, for example, checks Discord's API every hour to see if they've <code>discord-bin</code> package, for example, checks Discord's API every hour to see if they've
released an updated version, and if they have, it pushes an update to LURE's repo. released an updated version, and if they have, it pushes an update to LURE's repo.
</p> </p>