diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-23 00:31:47 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-23 00:31:47 -0500 |
commit | 1997e168ed46c98a360fc6a610335d100d64d4c0 (patch) | |
tree | 0ba666e02515562e6761ef8db9488e00a48af6d0 /src | |
parent | df12d830b1692b6be488ad0f4bb64af6306f0846 (diff) |
links
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ gameCrumbs _ labels periods level = instance ToHtml HomeView where toHtml (HomeView (Manifest mediums)) = pageTemplate - [a_ [href_ "https://git.cyfraeviolae.org/antiquitysort", class_ "nonbreaking"] "source code"] + [a_ [href_ "https://cyfraeviolae.org/git/antiquitysort", class_ "nonbreaking"] "source code"] homeBody where homeBody = div_ [class_ "narrow"] $ do |