From ea03e65cec010585a14a4274f11e99fd6fafec95 Mon Sep 17 00:00:00 2001 From: Mike Seplowitz Date: Mon, 9 Oct 2023 12:28:36 -0400 Subject: [PATCH] Fix links to filename tests Signed-off-by: Mike Seplowitz --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6c51f3f..b1a9b70 100644 --- a/README.markdown +++ b/README.markdown @@ -68,7 +68,7 @@ a `.yaml` or `.yml` extension) with names like - `docket.awesome.*.yaml` For more detailed examples, refer to the -[tests](internal/compose/files_test.go). +[tests](internal/compose/files_internal_test.go). ### Optional @@ -106,7 +106,7 @@ directory, you can call `docket.RunPrefix()` to have docket look for YAML files starting with your custom prefix instead of the default prefix (`"docket"`). For more detailed examples, refer to the -[tests](internal/compose/files_test.go). +[tests](internal/compose/files_internal_test.go). ## Testing Docket