From b0a7e19808a3685fe1cbc65a0e9189a076b4313b Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Thu, 10 Oct 2024 08:12:56 -0300 Subject: [PATCH] Update docs/src/main/asciidoc/extension-writing-dev-service.adoc Co-authored-by: Guillaume Smet --- docs/src/main/asciidoc/extension-writing-dev-service.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/extension-writing-dev-service.adoc b/docs/src/main/asciidoc/extension-writing-dev-service.adoc index 32242ccca9db8..27d96ce380787 100644 --- a/docs/src/main/asciidoc/extension-writing-dev-service.adoc +++ b/docs/src/main/asciidoc/extension-writing-dev-service.adoc @@ -23,7 +23,7 @@ include::_attributes.adoc[] If your extension provides APIs for connecting to an external service, it's a good idea to provide a xref:dev-services.adoc[Dev Service] implementation. To create a Dev Service, add a new build step into the extension processor class that returns a `DevServicesResultBuildItem`. -Here, the https://hub.docker.com/_/hello-world[`hello world`] image is used, but you should set up the right image for your service. +Here, the https://hub.docker.com/_/hello-world[`hello-world`] image is used, but you should set up the right image for your service. [source%nowrap,java] ----