aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-17 16:46:58 -0800
committerClawd <ai@clawd.bot>2026-02-17 16:46:58 -0800
commit3b760256768e45ddb2965aab2a60f11327972e63 (patch)
tree0a9af6ef7c2effda541fd4432cde48f4221d11d0
parent6a160cd573b7be5bc4d7b646cdfa72098e78a004 (diff)
Link to about tab on codehost
-rw-r--r--internal/handler/websocket/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go
index 364fe4f..b2507ca 100644
--- a/internal/handler/websocket/index.go
+++ b/internal/handler/websocket/index.go
@@ -139,7 +139,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
139 139
140<hr> 140<hr>
141 141
142<p><small>This relay is free open-source software. <a href="https://code.northwest.io/muxstr.git/">Source code</a></small></p> 142<p><small>This relay is free open-source software. <a href="https://code.northwest.io/muxstr.git/about/">Source code</a></small></p>
143 143
144</body> 144</body>
145</html>`)) 145</html>`))