From 969b635e3e09676ac117d18f3f5537978594098c Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 21 Sep 2023 14:48:21 -0400 Subject: [PATCH] fix/integ-tests-readme: fixing relative path in README (#543) --- integration-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index 2be4e784c..898df43b1 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -1,3 +1,3 @@ # Contents -- [How To Run E2E Tests](../../docs/RunningE2eTests.md) \ No newline at end of file +- [How To Run E2E Tests](../docs/RunningE2eTests.md) \ No newline at end of file