Skip to content

Commit f3898cc

Browse files
committed
Link to getting-started if we can't find a basedir
1 parent 77c4077 commit f3898cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ likely change.
113113

114114
Let me know if you can think of some improvements.
115115

116-
* Detailed Step-By-Step Guide
116+
* Getting Started
117117
:PROPERTIES:
118-
:CUSTOM_ID: detailed-step-by-step-guide
118+
:CUSTOM_ID: getting-started
119119
:END:
120120

121121
Have a look at the [[file:docs/README.org][detailed step-by-step

src/Hledger/Flow/Common.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ errorMessageBaseDir :: FilePath -> Text
396396
errorMessageBaseDir startDir = format ("\nUnable to find an hledger-flow import directory at '"%fp
397397
%"' (or in any of its parent directories).\n\n"
398398
%"Have a look at the documentation for more information:\n"%s%"\n")
399-
startDir (docURL "input-files")
399+
startDir (docURL "getting-started")
400400

401401
determineBaseDir :: Maybe FilePath -> IO FilePath
402402
determineBaseDir (Just suppliedDir) = determineBaseDir' suppliedDir

0 commit comments

Comments
 (0)