Skip to content

Commit

Permalink
Merge pull request #38784 from gsmet/resteasy-client-guides
Browse files Browse the repository at this point in the history
Fix guide URL in RESTEasy Client extension
  • Loading branch information
gsmet authored Feb 14, 2024
2 parents 06eaa39 + ccf5512 commit 8ef3143
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
- "microprofile-rest-client"
- "json"
- "jackson"
guide: "https://quarkus.io/guides/resteasy-client"
categories:
- "web"
- "serialization"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
- "web-client"
- "microprofile-rest-client"
- "jaxb"
guide: "https://quarkus.io/guides/resteasy-client"
categories:
- "web"
- "serialization"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
- "microprofile-rest-client"
- "json"
- "jsonb"
guide: "https://quarkus.io/guides/resteasy-client"
categories:
- "web"
- "serialization"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
- "web-client"
- "microprofile-rest-client"
- "mutiny"
guide: "https://quarkus.io/guides/resteasy-client"
categories:
- "web"
- "reactive"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
- "rest-client"
- "web-client"
- "microprofile-rest-client"
guide: "https://quarkus.io/guides/rest-client"
guide: "https://quarkus.io/guides/resteasy-client"
categories:
- "web"
codestart:
Expand Down

0 comments on commit 8ef3143

Please sign in to comment.