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