diff --git a/README.md b/README.md index bf591cf..51c941c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ justx run -g docker:shell my-image ## Local recipes and modules -If you run `justx` from a directory that contains a `justfile`, its recipes appear automatically in the TUI. **justx** also supports `just`'s native [module system](https://just.systems/man/en/modules1.html) — any modules declared in your justfile are discovered and shown as separate sources. +If you run `justx` from a directory that contains a `justfile`, its recipes appear automatically in the TUI. **justx** also supports `just`'s native [module system](https://just.systems/man/en/modules.html) — any modules declared in your justfile are discovered and shown as separate sources. ```just # justfile diff --git a/docs/configuration/local.md b/docs/configuration/local.md index b777d9c..df1eb11 100644 --- a/docs/configuration/local.md +++ b/docs/configuration/local.md @@ -27,7 +27,7 @@ dev: ## Organising with modules -As your justfile grows, you can split recipes into separate files using `just`'s native [module system](https://just.systems/man/en/modules1190.html). Declare a module in your root justfile with `mod`, and `just` looks for the source file in this order: +As your justfile grows, you can split recipes into separate files using `just`'s native [module system](https://just.systems/man/en/modules.html). Declare a module in your root justfile with `mod`, and `just` looks for the source file in this order: - `.just` - `/mod.just` diff --git a/docs/getting-started.md b/docs/getting-started.md index 31525a4..246695d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -45,7 +45,7 @@ navigate to the recipe you want to run, and press `Enter`. If the recipe has inp If you run `justx` from a directory that already contains a `justfile`, it will appear automatically in the Sources pane alongside your global recipes — no extra setup needed. -Any [modules](https://just.systems/man/en/modules1.html) declared in your justfile are also discovered and shown as separate sources in the TUI. +Any [modules](https://just.systems/man/en/modules.html) declared in your justfile are also discovered and shown as separate sources in the TUI. ## Verify your setup diff --git a/kitchen-sink-example.just b/kitchen-sink-example.just index 6e23fdf..df082dc 100644 --- a/kitchen-sink-example.just +++ b/kitchen-sink-example.just @@ -197,7 +197,7 @@ justwords: > /tmp/justwords # Subsequent dependencies -# https://just.systems/man/en/chapter_37.html +# https://just.systems/man/en/dependencies.html#running-recipes-at-the-end-of-a-recipe # To test, run `$ just -f test-suite.just b` a: echo 'A!'