Skip to content

Commit 324da28

Browse files
authored
Merge pull request #50699 from rolfedh/patch-2
Update link and improve link text for WireMock
2 parents cdc7216 + 6761ab1 commit 324da28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/security-openid-connect-client-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Add the following dependencies to your test project:
11171117
<version>${wiremock.version}</version> // <1>
11181118
</dependency>
11191119
----
1120-
<1> Use a proper Wiremock version. All available versions can be found link:https://search.maven.org/artifact/org.wiremock/wiremock[here].
1120+
<1> Use a proper Wiremock version. View all link:https://central.sonatype.com/artifact/org.wiremock/wiremock?smo=true[available WireMock versions] on Maven Central.
11211121

11221122
Write a Wiremock-based `QuarkusTestResourceLifecycleManager`, for example:
11231123
[source, java]

0 commit comments

Comments
 (0)