Skip to content

Commit

Permalink
Updated path to external API
Browse files Browse the repository at this point in the history
swapi.co is  no longer  active and has been replaced by swapi.dev
  • Loading branch information
bobbyphilip authored Aug 17, 2020
1 parent 7e10261 commit 4caae5d
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 4caae5d

Please sign in to comment.