diff --git a/docs/testing.md b/docs/testing.md index f7977694eda..a13b4951272 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -7,7 +7,7 @@ This documents describe the testing infrastructure of Slint The syntax tests are testing that the compiler show the right error messages in case of error. -The syntax tests are located in `slint_compiler/tests/syntax/` and it's driven by the +The syntax tests are located in [internal/compiler/tests/syntax/](../internal/compiler/tests/syntax/) and it's driven by the [`syntax_tests.rs`](../internal/compiler/tests/syntax_tests.rs) file. More info in the comments of that file. In summary, each .slint files have comments with `^error` like so: