From d388ae7ce7bdea977591324eb3958d9d8d097c67 Mon Sep 17 00:00:00 2001 From: Joshua Sorah Date: Fri, 20 Jan 2023 02:08:31 -0500 Subject: [PATCH] Fix markdown link to database tests (#15457) --- docs/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tests.md b/docs/tests.md index 685561b5eb..bdce0a63e4 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -16,7 +16,7 @@ To run the tests with Firefox add `-Dbrowser=firefox` or for Chrome add `-Dbrows Database -------- -By default the testsuite uses an embedded H2 database to test with other databases see (Database Testing)[tests-db.md]. +By default the testsuite uses an embedded H2 database to test with other databases see [Database Testing](tests-db.md). Test utils ==========