From 0e0f52b24f1a8241ace2dc1405babfb7575bf9f1 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 9 Oct 2024 15:13:03 -0300 Subject: [PATCH] Fix broken link --- 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 48359884c32a91..32242ccca9db80 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 link: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] ----