File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ likely change.
113
113
114
114
Let me know if you can think of some improvements.
115
115
116
- * Detailed Step-By-Step Guide
116
+ * Getting Started
117
117
:PROPERTIES:
118
- :CUSTOM_ID: detailed-step-by-step-guide
118
+ :CUSTOM_ID: getting-started
119
119
:END:
120
120
121
121
Have a look at the [[file:docs/README.org][detailed step-by-step
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ errorMessageBaseDir :: FilePath -> Text
396
396
errorMessageBaseDir startDir = format (" \n Unable to find an hledger-flow import directory at '" % fp
397
397
% " ' (or in any of its parent directories).\n\n "
398
398
% " Have a look at the documentation for more information:\n " % s% " \n " )
399
- startDir (docURL " input-files " )
399
+ startDir (docURL " getting-started " )
400
400
401
401
determineBaseDir :: Maybe FilePath -> IO FilePath
402
402
determineBaseDir (Just suppliedDir) = determineBaseDir' suppliedDir
You can’t perform that action at this time.
0 commit comments