From e6a7c9bb89037dfd6d3253a8fe6e78f6bacd1e98 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Wed, 21 Jan 2026 10:47:58 +0100 Subject: [PATCH 1/3] fix url typo Signed-off-by: Christian Richter --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fc9745870d..9b4ed0457d 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ help: @echo "Please use 'make ' where is one of the following:" @echo @echo -e "${GREEN}Testing with test suite natively installed:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://opencloud.dev/opencloud/development/testing/#testing-with-test-suite-natively-installed${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing//#testing-with-test-suite-natively-installed${RESET}\n" @echo -e "\tmake test-acceptance-api\t\t${BLUE}run API acceptance tests${RESET}" @echo -e "\tmake clean-tests\t\t\t${BLUE}delete API tests framework dependencies${RESET}" @echo @@ -92,17 +92,17 @@ help: @echo -e "${RED}You also should have a look at other available Makefiles:${RESET}" @echo @echo -e "${GREEN}opencloud:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://opencloud.dev/opencloud/development/build/${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing/build/${RESET}\n" @echo -e "\tsee ./opencloud/Makefile" @echo -e "\tor run ${YELLOW}make -C opencloud help${RESET}" @echo @echo -e "${GREEN}Documentation:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://opencloud.dev/opencloud/development/build-docs/${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing/build-docs/${RESET}\n" @echo -e "\tsee ./docs/Makefile" @echo -e "\tor run ${YELLOW}make -C docs help${RESET}" @echo @echo -e "${GREEN}Testing with test suite in docker:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://opencloud.dev/opencloud/development/testing/#testing-with-test-suite-in-docker${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing//#testing-with-test-suite-in-docker${RESET}\n" @echo -e "\tsee ./tests/acceptance/docker/Makefile" @echo -e "\tor run ${YELLOW}make -C tests/acceptance/docker help${RESET}" @echo From 0ee1c3e7defc3495f691d93e3a098182abc32785 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 29 Jan 2026 14:01:15 +0100 Subject: [PATCH 2/3] fix typo Signed-off-by: Christian Richter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b4ed0457d..fce115558c 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ help: @echo -e "\tor run ${YELLOW}make -C docs help${RESET}" @echo @echo -e "${GREEN}Testing with test suite in docker:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing//#testing-with-test-suite-in-docker${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing/#testing-with-test-suite-in-docker${RESET}\n" @echo -e "\tsee ./tests/acceptance/docker/Makefile" @echo -e "\tor run ${YELLOW}make -C tests/acceptance/docker help${RESET}" @echo From d7c5251229ccda3bfd16c23219b5c392f3eb6ca9 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 29 Jan 2026 14:12:52 +0100 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce115558c..10f3195699 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ help: @echo "Please use 'make ' where is one of the following:" @echo @echo -e "${GREEN}Testing with test suite natively installed:${RESET}\n" - @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing//#testing-with-test-suite-natively-installed${RESET}\n" + @echo -e "${PURPLE}\tdocs: https://docs.opencloud.eu/docs/dev/server/testing/#testing-with-test-suite-natively-installed${RESET}\n" @echo -e "\tmake test-acceptance-api\t\t${BLUE}run API acceptance tests${RESET}" @echo -e "\tmake clean-tests\t\t\t${BLUE}delete API tests framework dependencies${RESET}" @echo