web: fix manual link

This commit is contained in:
Simon Michael 2014-06-13 00:19:12 +01:00
parent ec51d28839
commit b25563b59f

View File

@ -22,7 +22,7 @@ import Text.Printf (printf)
hledgerorgurl, manualurl :: String
hledgerorgurl = "http://hledger.org"
manualurl = hledgerorgurl++"/MANUAL.html"
manualurl = hledgerorgurl++"/manual"
-- | The default TCP port to listen on. May be overridden with --port.
defport :: Int