From 4caae5d17692f415ca7c16295e87047da6eacca6 Mon Sep 17 00:00:00 2001 From: Bobby Alex Philip Date: Mon, 17 Aug 2020 14:34:34 +0200 Subject: [PATCH] Updated path to external API swapi.co is no longer active and has been replaced by swapi.dev --- docs/src/main/asciidoc/context-propagation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/context-propagation.adoc b/docs/src/main/asciidoc/context-propagation.adoc index 12c976ea5a5e9..72138b6dffb8f 100644 --- a/docs/src/main/asciidoc/context-propagation.adoc +++ b/docs/src/main/asciidoc/context-propagation.adoc @@ -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