From a828794bfbdcf2d78a3e8412db3e8718cc09e667 Mon Sep 17 00:00:00 2001 From: Ayush Ujjwal <77244483+aujjwal-redhat@users.noreply.github.com> Date: Thu, 22 Apr 2021 19:29:48 +0530 Subject: [PATCH] Modified the link in the readme (#218) Modified the link to the ops readme. Signed-off-by: aujjwal-redhat --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index a5a912565..5f2982959 100644 --- a/tests/README.md +++ b/tests/README.md @@ -142,7 +142,7 @@ def run_test(self, redant): Here, we are calling the `start_glusterd()` and `stop_glusterd()` ops using the `redant` object. In the same way you can call the other ops and use them to write your own test. -### To know more about the Ops you can go [here](https://github.com/srijan-sivakumar/redant/blob/main/support/ops/OPS_README.md) +### To know more about the Ops you can go [here](https://github.com/srijan-sivakumar/redant/blob/main/common/ops/OPS_README.md) ---