From 0c836576108d2a378a2a1e32fd351366338e03b0 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Tue, 11 Jun 2024 09:06:54 -0700 Subject: [PATCH] docs: correct broken link in readme --- .lycheeignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .lycheeignore diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 00000000..61cad0be --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,2 @@ +https://github.com/reubeno/brush/* +target/* diff --git a/README.md b/README.md index 2b1c5a47..a3cbc015 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We'd absolutely love your help with any of the above, with broadening test cover ## Testing strategy -This project is primarily tested by comparing its behavior with other existing shells, leveraging the latter as test oracles. The integration tests implemented in this repo include [300+ test cases](cli/tests/cases) run on both this shell and an oracle, comparing standard output and exit codes. +This project is primarily tested by comparing its behavior with other existing shells, leveraging the latter as test oracles. The integration tests implemented in this repo include [300+ test cases](brush-shell/tests/cases) run on both this shell and an oracle, comparing standard output and exit codes. For more details, please consult the [reference documentation on integration testing](docs/reference/integration-testing.md).