diff --git a/hadoop-ozone/dist/src/main/smoketest/README.md b/hadoop-ozone/dist/src/main/smoketest/README.md index d181b8a3da63..e46ef8c24267 100644 --- a/hadoop-ozone/dist/src/main/smoketest/README.md +++ b/hadoop-ozone/dist/src/main/smoketest/README.md @@ -29,7 +29,7 @@ The current configuration in the robot files (hostnames, ports) are adjusted for # Run tests in docker environment -In the ./compose folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. +In the [compose](../compose) folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. ## Test one environment @@ -60,4 +60,4 @@ cd compose/ozone docker-compose up -d #wait.... ../test-single.sh scm basic/basic.robot -``` \ No newline at end of file +```