docs: change links to point to sourcehut
Alan Pearce alan@alanpearce.eu
Fri, 10 May 2024 11:36:17 +0200
1 files changed, 2 insertions(+), 4 deletions(-)
M frontend/templates/index.gotmpl → frontend/templates/index.gotmpl
@@ -21,14 +21,12 @@ {{ block "main" . }} <p> Search Nix Packages and options from NixOS, Darwin and Home-Manager </p> - <a href="https://codeberg.org/alanpearce/searchix">Source code</a> + <a href="https://git.sr.ht/~alanpearce/searchix">Source code</a> {{ end }} </main> <footer> Made by <a href="https://alanpearce.eu">Alan Pearce</a>. - <a href="https://codeberg.org/alanpearce/searchix/issues" - >Report issues</a - > + <a href="https://todo.sr.ht/~alanpearce/searchix">Report issues</a> </footer> {{ block "js" . }} {{ end }}