From 9f03441eef28fd662b33a8f1961e2ee97b60f7ff Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Wed, 8 Feb 2023 08:07:12 +1100 Subject: [PATCH] Link to private recipes section in readme (#1542) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd5dca..c2760a9 100644 --- a/README.md +++ b/README.md @@ -1232,7 +1232,7 @@ Recipes may be annotated with attributes that change their behavior. | `[macos]` | Enable recipe on MacOS. | | `[unix]` | Enable recipe on Unixes. | | `[windows]` | Enable recipe on Windows. | -| `[private]` | See "Private Recipes". | +| `[private]` | See [Private Recipes](#private-recipes). | A recipe can have multiple attributes, either on multiple lines: