diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ domainDeleteURI domainName = "/" <> toUrlPiece (safeLink api (Proxy :: Proxy Dom instance ToHtml HomeView where toHtml HomeView = pageTemplate Nothing - [a_ [href_ "https://cyfraeviolae.org/git/spectral-renga"] "source code"] + [a_ [href_ "https://cyfraeviolae.org/git/spectralrenga"] "source code"] homeBody where homeBody = div_ $ do |