Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 9, 2024
1 parent 35f9a30 commit 0e0f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/extension-writing-dev-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit 0e0f52b

Please sign in to comment.