Change the repo namings

このコミットが含まれているのは:
Midou36O 2022-11-30 18:47:59 +01:00
コミット 5cd6ac27f0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 08063D5407090BC2
5個のファイルの変更7行の追加7行の削除

ファイルの表示

@ -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 {

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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>

ファイルの表示

@ -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>