Skip to content

Commit

Permalink
Fix for quarkusio#1942
Browse files Browse the repository at this point in the history
Link the rest client/server guides together
  • Loading branch information
FroMage authored and mmusgrov committed Dec 12, 2019
1 parent 5096597 commit 832ff33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ include::./attributes.adoc[]
This guide explains how to use the MicroProfile REST Client in order to interact with REST APIs
with very little effort.

TIP: there is another guide if you need to write server link:rest-json[JSON REST APIs].

== Prerequisites

To complete this guide, you need:
Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/rest-json.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ JSON is now the _lingua franca_ between microservices.

In this guide, we see how you can get your REST services to consume and produce JSON payloads.

TIP: there is another guide if you need a link:rest-client[REST client] (including support for JSON).

== Prerequisites

To complete this guide, you need:
Expand Down

0 comments on commit 832ff33

Please sign in to comment.