diff options
| author | Clawd <ai@clawd.bot> | 2026-02-16 19:07:03 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-16 19:07:03 -0800 |
| commit | 6a160cd573b7be5bc4d7b646cdfa72098e78a004 (patch) | |
| tree | 61e9bffb930a574289f685bf54dba4033761fb5f /internal | |
| parent | 895676b863209532d7da47e827f8c7c0cd1fa8a9 (diff) | |
Fix source code link URLmain
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/handler/websocket/index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go index b597194..364fe4f 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">Source code</a></small></p> | 142 | <p><small>This relay is free open-source software. <a href="https://code.northwest.io/muxstr.git/">Source code</a></small></p> |
| 143 | 143 | ||
| 144 | </body> | 144 | </body> |
| 145 | </html>`)) | 145 | </html>`)) |
