Skip to content

Commit

Permalink
docs(redis): fix broken links
Browse files Browse the repository at this point in the history
Update docs/src/main/asciidoc/redis.adoc

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
machi1990 and gsmet committed Sep 26, 2022
1 parent cd4f781 commit 8015231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ public static class MyExampleCustomizer implements RedisOptionsCustomizer {

=== Dev Services

See link:redis-dev-services.adoc[Redis Dev Service].
See xref:redis-dev-services.adoc[Redis Dev Service].

[[redis-configuration-reference]]
== Configuration Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,4 @@ Once the build is finished, you can run the executable with:

== Going further

To learn more about the Quarkus Redis extension, check link:redis-reference.adoc[the Redis extension reference guide].
To learn more about the Quarkus Redis extension, check xref:redis-reference.adoc[the Redis extension reference guide].

0 comments on commit 8015231

Please sign in to comment.