From 48732e6655a2d2b7f119445b4830216a49a6ebfd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 28 Oct 2023 17:27:19 +0100 Subject: [PATCH] ;doc: TESTS name/link --- doc/TESTS.md | 2 +- hledger/test/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TESTS.md b/doc/TESTS.md index 7d04f7086..38aa28ff7 100644 --- a/doc/TESTS.md +++ b/doc/TESTS.md @@ -1,4 +1,4 @@ -# Tests +# TESTS
diff --git a/hledger/test/README.md b/hledger/test/README.md index fc60f7852..a303e9178 100644 --- a/hledger/test/README.md +++ b/hledger/test/README.md @@ -1,4 +1,4 @@ -hledger test-related files. See also [Contributor Guide: Tests]. +hledger test-related files. See also [Developer docs > TESTS]. unittest.hs - main file for a cabal test suite in the hledger package (run by "cabal test" or "stack test"). Runs the unit tests built in to @@ -16,7 +16,7 @@ Older test files are in shelltestrunner's [format 1]; newer ones use [format 3] (preferred). Some tests invoke unix commands so will not run in a Windows CMD shell. -[Contributor Guide: Tests]: https://hledger.org/CONTRIBUTING.html#tests +[Developer docs > TESTS]: https://hledger.org/TESTS.html [component]: https://hledger.org/CONTRIBUTING.html#components [shelltestrunner]: https://github.com/simonmichael/shelltestrunner#readme [format 1]: https://github.com/simonmichael/shelltestrunner#format-1