From 570d3058cfc8381e03d79e93cf857c510a494f09 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 25 Jun 2024 14:59:42 -0700 Subject: [PATCH] Link to modules when first introduced in readme (#2193) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a4b218..dafdb72 100644 --- a/README.md +++ b/README.md @@ -656,8 +656,8 @@ Available recipes: lint ``` -Recipes in submodules can be listed with `just --list PATH`, where `PATH` is a -space- or `::`-separated module path: +Recipes in [submodules](#modules1190) can be listed with `just --list PATH`, +where `PATH` is a space- or `::`-separated module path: ``` $ cat justfile @@ -3145,7 +3145,7 @@ import? 'foo/bar.just' Missing source files for optional imports do not produce an error. -### Modules 1.19.0 +### Modules1.19.0 A `justfile` can declare modules using `mod` statements. `mod` statements are currently unstable, so you'll need to use the `--unstable` flag, or set the