diff --git a/docs/src/modules/java/pages/author-your-first-service.adoc b/docs/src/modules/java/pages/author-your-first-service.adoc index 1ab0875bb..8d472e7d1 100644 --- a/docs/src/modules/java/pages/author-your-first-service.adoc +++ b/docs/src/modules/java/pages/author-your-first-service.adoc @@ -190,7 +190,7 @@ Restart the service and curl this command: [source, command line] ---- -curl localhost:9000/hello/hello/Bob/30 +curl localhost:9000/hello/hello-response/Bob/30 ---- == Explore the local console