diff options
author | quidtum <quidtum> | 2020-12-06 20:56:04 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2020-12-06 20:56:04 -0500 |
commit | 9628bb5d4bff80f78e75eaca02855d54f22c350a (patch) | |
tree | 7e915c205b4726768548436057efb5edc14350e4 | |
parent | 8844a972e1b153d0d46316bd77aa1f107b0ba388 (diff) |
git
-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 |