diff options
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ instance ToHtml HomeView where span_ ", " a_ [href_ newDomainURI] "create a private subgraph" span_ ", or " - a_ [href_ "#"] "view the source code" + a_ [href_ "https://git.cyfraeviolae.org/spectral-renga"] "view the source code" span_ "." toHtmlRaw = toHtml |