summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/humans.txt4
-rw-r--r--static/index.html2
-rw-r--r--templates/footer.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/static/humans.txt b/static/humans.txt
index 641cab96..8b7293c2 100644
--- a/static/humans.txt
+++ b/static/humans.txt
@@ -55,6 +55,6 @@
Hakurei is a collaboratively developed open source project.
-See the repositories at https://git.gensokyo.uk/rosa for more details.
+See the repositories at https://src.rosa.moe/hakurei for more details.
-This website is developed in the https://git.gensokyo.uk/rosa/hakurei.app repository.
+This website is developed in the https://src.rosa.moe/hakurei.app repository.
diff --git a/static/index.html b/static/index.html
index fff090b0..cb5c5228 100644
--- a/static/index.html
+++ b/static/index.html
@@ -62,7 +62,7 @@
<p>Hakurei is a security-focused Linux container runtime for running unmodified
desktop applications, developed as a non-profit <a
- href="https://git.gensokyo.uk/rosa/hakurei" target="_blank">open source</a>
+ href="https://src.rosa.moe/hakurei" target="_blank">open source</a>
project. It also implements <a href="/package.html">planterette</a>, an
experimental self-contained Android-like package manager with modern security
features.</p>
diff --git a/templates/footer.html b/templates/footer.html
index 7018c8d3..2f108e78 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,7 +1,7 @@
<footer>
<a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a>
<ul id="social">
- <li><a href="https://git.gensokyo.uk/rosa">Gitea</a></li>
+ <li><a href="https://src.rosa.moe/hakurei.app">Source</a></li>
<li><a href="/discord">Discord</a></li>
</ul>
</footer>