From 40376e21f97c8f12198ec132c2ce06dd3f768889 Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 26 Jul 2024 10:11:24 -0500 Subject: [PATCH] docs: align operate URLs --- docs/guides/react-components/install-plain-java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/react-components/install-plain-java.md b/docs/guides/react-components/install-plain-java.md index 5ccdc9e4aa..a1dfab52e2 100644 --- a/docs/guides/react-components/install-plain-java.md +++ b/docs/guides/react-components/install-plain-java.md @@ -183,5 +183,5 @@ Save the file. Without performing this step, no data will be visible in Operate It may take a few minutes for startup to complete. When the message `Started StandaloneCamunda in ___ seconds` is displayed, the application is ready to use. :::tip -Operate can be found at `http://localhost:8080/` and Tasklist can be found at `http://localhost:8080/tasklist`. Both use a default username/password of `demo`/`demo`. +Operate can be found at `http://localhost:8080/operate` and Tasklist can be found at `http://localhost:8080/tasklist`. Both use a default username/password of `demo`/`demo`. :::