diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index 31ed55c156..c8c72113a1 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -112,7 +112,7 @@ In the ownCloud 10 core clone the testing app with the following command: git clone https://github.com/owncloud/testing apps/testing ``` -Then run the api acceptance tests with the following command from the root of the oCIS repository: +Then run the api acceptance tests with the following command from the root of the ownCloud 10 core repository: ``` make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \