Skip to content

Commit

Permalink
Merge pull request #11416 from bobbyphilip/patch-1
Browse files Browse the repository at this point in the history
Updated path to external API
  • Loading branch information
gsmet authored Aug 17, 2020
2 parents 7e10261 + 4caae5d commit 5367a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/context-propagation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ them to the client as JSON using link:rest-json[JSON-B or Jackson]:
// Create a REST client to the Star Wars API
WebClient client = WebClient.create(vertx,
new WebClientOptions()
.setDefaultHost("swapi.co")
.setDefaultHost("swapi.dev")
.setDefaultPort(443)
.setSsl(true));
// get the list of Star Wars people, with context capture
Expand Down

0 comments on commit 5367a8b

Please sign in to comment.