From 419395e3d572d4e0233abeb95b33086d9e177655 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 31 Oct 2017 12:41:05 -0700 Subject: [PATCH] doc: argument files: fix cookbook link [ci skip] --- hledger/doc/options.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/doc/options.m4.md b/hledger/doc/options.m4.md index 6231b7c93..bd7add548 100644 --- a/hledger/doc/options.m4.md +++ b/hledger/doc/options.m4.md @@ -37,7 +37,7 @@ which are often a [query](#queries), filtering the data in some way. You can save a set of command line options/arguments in a file, one per line, and then reuse them by writing `@FILENAME` in a command line. To prevent this expansion of `@`-arguments, precede them with a `--` argument. -For more, see [Save frequently used options](argsfiles.html). +For more, see [Save frequently used options](argfiles.html). ## Special characters