summaryrefslogtreecommitdiff
path: root/static/html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-14 20:28:02 -0500
committerChristian Cleberg <[email protected]>2026-07-14 20:28:02 -0500
commit0aff13949a8e9e120a585f00627ef6959f8e0635 (patch)
treef6319a1e3c66782070cab84818296de6ed2b3249 /static/html
parent5756a37bc14bab81cef2e305c504a396995dcf18 (diff)
downloadskunky-art-0aff13949a8e9e120a585f00627ef6959f8e0635.tar.gz
skunky-art-0aff13949a8e9e120a585f00627ef6959f8e0635.tar.bz2
skunky-art-0aff13949a8e9e120a585f00627ef6959f8e0635.zip
fix: point source links and instance fetch at this fork
Upstream references still pointed at git.macaw.me, which is unmaintained and whose instances.json is a dead link. Repoint them at this repo: - RefreshInstances now fetches instances.json from raw.githubusercontent - source/version links in index.htm, about.htm, and CLI help use the GitHub releases tag URL - SETUP.md/SETUP-RU.md language switch links were Gitea-absolute paths that 404 on GitHub; make them relative - --add-instance message says 'main' branch, matching this repo The fork attribution in README.md is left as-is: it credits upstream rather than pointing at the source.
Diffstat (limited to 'static/html')
-rwxr-xr-xstatic/html/about.htm2
-rwxr-xr-xstatic/html/index.htm2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/html/about.htm b/static/html/about.htm
index ae2da3f..6007806 100755
--- a/static/html/about.htm
+++ b/static/html/about.htm
@@ -44,6 +44,6 @@
{{end}}
</ul>
</details>
- <p>Copyright <a href="https://go.kde.org/matrix/#/@ls:gnulinux.club" target="_blank">lost+skunk</a>, X11. <a href="https://git.macaw.me/skunky/skunkyart/src/tag/v{{.Version}}" target="_blank">SkunkyArt v{{.Version}}</a></p>
+ <p>Copyright <a href="https://go.kde.org/matrix/#/@ls:gnulinux.club" target="_blank">lost+skunk</a>, X11. <a href="https://github.com/zerolabsco/skunky-art/releases/tag/v{{.Version}}" target="_blank">SkunkyArt v{{.Version}}</a></p>
</main>
</html>
diff --git a/static/html/index.htm b/static/html/index.htm
index 219bb97..25879c8 100755
--- a/static/html/index.htm
+++ b/static/html/index.htm
@@ -83,7 +83,7 @@
<button type="submit">Search!</button>
</form>
<h1 style="margin-top: 5%; font-size: 200%; text-align: center;">
- <a href="https://git.macaw.me/skunky/SkunkyArt" target="_blank" title="Source Code">SkunkyArt</a>
+ <a href="https://github.com/zerolabsco/skunky-art" target="_blank" title="Source Code">SkunkyArt</a>
</h1>
</div>
</main>