fix manual url in default CSV rules file

This commit is contained in:
Simon Michael 2014-08-07 13:15:40 -07:00
parent d089c90e86
commit d0ad571321

View File

@ -181,7 +181,7 @@ ensureRulesFileExists f = do
newRulesFileContent :: FilePath -> String newRulesFileContent :: FilePath -> String
newRulesFileContent f = unlines newRulesFileContent f = unlines
["# hledger csv conversion rules for " ++ csvFileFor (takeFileName f) ["# hledger csv conversion rules for " ++ csvFileFor (takeFileName f)
,"# cf http://hledger.org/MANUAL.html" ,"# cf http://hledger.org/manual#csv-files"
,"" ,""
,"account1 assets:bank:checking" ,"account1 assets:bank:checking"
,"" ,""