From bc23bcb42ba1a515de4051a9f50a0e77a1394563 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 28 Apr 2026 11:11:59 -0700 Subject: [PATCH] Link to duplicate recipe issue in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06786e247b..4176beaf7f 100644 --- a/README.md +++ b/README.md @@ -4102,8 +4102,8 @@ next, so earlier imports are actually handled later by the compiler. This is definitely a bug, but since `just` has very strong backwards compatibility guarantees and we take enormous pains not to break anyone's -`justfile`, we have created issue #2540 to discuss whether or not we can -actually fix it. +`justfile`, see issue [#2540](https://github.com/casey/just/issues/2540) for +discussion on whether or not we can actually fix it. Imports may be made optional by putting a `?` after the `import` keyword: