Change the repo namings

This commit is contained in:
Midou36O
2022-11-30 18:47:59 +01:00
parent b50293077c
commit 5cd6ac27f0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package pages
import (
"github.com/gofiber/fiber/v2"
"codeberg.org/Odyssium/gothub/utils"
"codeberg.org/gothub/gothub/utils"
)
type Items struct {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"log"
"codeberg.org/Odyssium/gothub/utils"
"codeberg.org/gothub/gothub/utils"
"github.com/carlmjohnson/requests"
"github.com/gofiber/fiber/v2"
"github.com/gomarkdown/markdown"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/gomarkdown/markdown"
"github.com/microcosm-cc/bluemonday"
"codeberg.org/Odyssium/gothub/utils"
"codeberg.org/gothub/gothub/utils"
"context"
"regexp"
+2 -2
View File
@@ -4,6 +4,6 @@
<h1 style="color: red;">Error</h1>
<h2>Someone pushed to production. Just kidding, that's probably not what happened. Here's the error:</h2>
<pre class="error">{{.error}}</pre>
<h3>Think this is a bug? <a href="https://codeberg.org/Odyssium/gothub/issues" target="_blank">Create an issue on Codeberg.</a></h3>
<h3>Think this is a bug? <a href="https://codeberg.org/gothub/gothub/issues" target="_blank">Create an issue on Codeberg.</a></h3>
</div>
</main>
</main>
+2 -2
View File
@@ -12,9 +12,9 @@
<a href="/" style="text-decoration: none;" class="brand"><img src="/logo.svg" class="navbarImg" alt="GotHub" /><b class="navbarSlogan">GotHub (alpha)</b></a>
<div class="navbarLinks">
<a href="/explore">Explore</a>
<a href="https://codeberg.org/Odyssium/gothub">Source code</a>
<a href="https://codeberg.org/gothub/gothub">Source code</a>
</div>
</div>
</nav>
</body>
</html>
</html>