Skip to content

Commit

Permalink
swapi.dev is down, use swapi.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jan 2, 2025
1 parent a3b8a12 commit 42ccd17
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 @@ -135,7 +135,7 @@ them to the client as JSON using xref:rest-json.adoc[Jackson or JSON-B]:
// Create a REST client to the Star Wars API
WebClient client = WebClient.create(vertx,
new WebClientOptions()
.setDefaultHost("swapi.dev")
.setDefaultHost("swapi.net")
.setDefaultPort(443)
.setSsl(true));
// get the list of Star Wars people, with context capture
Expand Down

0 comments on commit 42ccd17

Please sign in to comment.