diff options
author | 2025-02-16 19:17:10 -0500 | |
---|---|---|
committer | 2025-02-16 19:17:10 -0500 | |
commit | 5995114551933633c68f58a715cc9941ca4b3cc5 (patch) | |
tree | fedfabc0aa80fde4a8d21b489ba1040950ab0381 /templates | |
parent | 52402d0f97cae2f78bd8eab738d2d3d21e2b5392 (diff) |
rename to soaos.dev
Diffstat (limited to 'templates')
-rw-r--r-- | templates/project-page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project-page.html b/templates/project-page.html index e932c2c..c097818 100644 --- a/templates/project-page.html +++ b/templates/project-page.html @@ -30,7 +30,7 @@ <p> git: {% for repo in page.extra.git %} - <a href="https://git.exvacuum.dev/{{ repo }}" target="_blank">{{ repo }}</a> + <a href="https://git.soaos.dev/{{ repo }}" target="_blank">{{ repo }}</a> {% endfor %} </p> {% endif %} |