Update URLs

This commit is contained in:
Elara 2023-10-06 19:20:03 -07:00
parent 987bd149b4
commit 5668ade167
3 changed files with 17 additions and 14 deletions

View File

@ -14,8 +14,6 @@ import (
//go:embed badge-logo.txt
var logoData string
var _ http.HandlerFunc
func handleBadge() http.HandlerFunc {
return func(res http.ResponseWriter, req *http.Request) {
repo := chi.URLParam(req, "repo")

View File

@ -61,7 +61,7 @@
<p class="subtitle">How do I add my own package to LURE?</p>
<p>
LURE provides
<a href="https://github.com/Elara6331/lure/blob/master/docs/packages">
<a href="https://github.com/lure-sh/lure/blob/master/docs/packages">
comprehensive documentation
</a> for packagers. If you need help with anything, feel free to ask on LURE's subreddit, which you
can find in the footer of this site. If you find a bug or a missing feature, please open an issue

View File

@ -1,15 +1,20 @@
<script>
import Icon from '@iconify/svelte';
import Icon from '@iconify/svelte';
</script>
<br style="margin-top: 20px">
<br style="margin-top: 20px" />
<div class="hero is-dark is-small">
<div class="hero-body has-text-centered">
<p>Copyright &copy; {new Date().getFullYear()} LURE Web Contributors. Licensed under the <a class="has-text-link" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">AGPLv3</a>.</p>
<div class="is-size-4">
<a href="https://gitea.elara.ws/Elara6331/lure-web"><Icon icon="cib:gitea"/></a>
<a href="https://github.com/Elara6331/lure-web"><Icon icon="mdi:github"/></a>
<a href="https://reddit.com/r/linux_user_repository"><Icon icon="ic:round-reddit"/></a>
</div>
</div>
</div>
<div class="hero-body has-text-centered">
<p>
Copyright &copy; {new Date().getFullYear()} LURE Web Contributors. Licensed under the
<a class="has-text-link" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">
AGPLv3
</a>.
</p>
<div class="is-size-4">
<a href="https://gitea.elara.ws/lure/lure-web"><Icon icon="cib:gitea" /></a>
<a href="https://github.com/lure-sh/lure-web"><Icon icon="mdi:github" /></a>
<a href="https://reddit.com/r/linux_user_repository"><Icon icon="ic:round-reddit" /></a>
</div>
</div>
</div>