From 7900a09ce6d0c56eeaf0b0a5bcdd4b6380ec979d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 May 2019 08:52:08 +0200 Subject: [PATCH] Fix doc sample to use HTTPS explicitly --- README.adoc | 2 +- initializr-docs/src/main/asciidoc/user-guide.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 8c5a5a01..44935431 100644 --- a/README.adoc +++ b/README.adoc @@ -52,7 +52,7 @@ https://github.com/AlexFalappa/nb-springboot[this plugin]) [TIP] ==== You can "curl" an instance to get a usage page with examples (try -`curl start.spring.io`) +`curl https://start.spring.io`) ==== == Generating a project diff --git a/initializr-docs/src/main/asciidoc/user-guide.adoc b/initializr-docs/src/main/asciidoc/user-guide.adoc index def8548e..eba44043 100644 --- a/initializr-docs/src/main/asciidoc/user-guide.adoc +++ b/initializr-docs/src/main/asciidoc/user-guide.adoc @@ -153,8 +153,8 @@ as they evolve quite frequently. == Command line support You can also generate a project in a shell using `cURL` or `HTTPie`. To discover the available options of a particular instance, simply "curl it", i.e. if you have `curl` -installed invoke `curl start.spring.io` on the command-line (or alternatively -`http start.spring.io` if you prefer to use `HTTPie`). +installed invoke `curl https://start.spring.io` on the command-line (or alternatively +`http https://start.spring.io` if you prefer to use `HTTPie`). The result is a textual representation of the capabilities of the service that are split in three sections: