From ce25e13a1149393738a15c8e32b6936d6e4f72f1 Mon Sep 17 00:00:00 2001 From: christinaausley <84338309+christinaausley@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:39:28 -0400 Subject: [PATCH] might as well call myself broken link betty at this point (#3614) --- docs/apis-tools/tasklist-api-rest/tasklist-api-rest-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-tutorial.md b/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-tutorial.md index 7c11cb1f7a..ce5316be78 100644 --- a/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-tutorial.md +++ b/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-tutorial.md @@ -13,7 +13,7 @@ In this tutorial, we'll create a Spring Boot application that utilizes Zeebe and For this tutorial we'll need: - JDK 17: Ensure you have Java Development Kit 17 installed on your machine. -- A Camunda 8 cluster on [SaaS](/components/console/manage-clusters/create-cluster.md) or [Self-Managed](/self-managed/platform-deployment/overview.md). +- A Camunda 8 cluster on [SaaS](/components/console/manage-clusters/create-cluster.md) or [Self-Managed](/self-managed/setup/overview.md). - A set of API credentials for [SaaS](/components/console/manage-clusters/manage-api-clients.md) or [Self-Managed](/self-managed/tasklist-deployment/tasklist-authentication.md). Check the Tasklist option when creating these. Don't forget to save these credentials as you'll need them later.