adapt to owncloud.dev

This commit is contained in:
Willy Kloucek
2021-04-07 13:40:12 +02:00
parent 588509b8e4
commit 6020a37640
33 changed files with 147 additions and 148 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ COMPOSE_PROJECT_NAME := ocis-acceptance-tests
help:
@echo "Please use 'make <target>' where <target> is one of the following:"
@echo
@echo -e "${PURPLE}docs: https://owncloud.github.io/ocis/development/testing/#testing-with-test-suite-in-docker${RESET}\n"
@echo -e "${PURPLE}docs: https://owncloud.dev/ocis/development/testing/#testing-with-test-suite-in-docker${RESET}\n"
@echo
@echo -e "oCIS feature tests and test suites can be found here:"
@echo -e "\thttps://github.com/owncloud/ocis/tree/master/tests/acceptance/features"