From 41016a6f3be885b83d56c5f5ebb2307a5981e85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Mon, 23 Oct 2023 09:49:28 +0200 Subject: [PATCH] Update 04_java_creating_services.md --- exercises/04_java_creating_services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04_java_creating_services.md b/exercises/04_java_creating_services.md index b349c3a..5d458d0 100644 --- a/exercises/04_java_creating_services.md +++ b/exercises/04_java_creating_services.md @@ -104,7 +104,7 @@ Afterwards the error markers should be gone. If not it's still not a road blocke In case you still run into issues with this handler (you'll see that in the stack trace of the application log) you can just comment the `@After` annotation in line 24. Then this handler will not be called at runtime. -You can read more about [Providing Services](https://cap.cloud.sap/docs/guides/providing-services/) +You can read more about [Providing Services](https://cap.cloud.sap/docs/guides/providing-services) ***