Fix doc sample to use HTTPS explicitly

This commit is contained in:
Stephane Nicoll
2019-05-20 08:52:08 +02:00
parent 372e823d21
commit 7900a09ce6
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ https://github.com/AlexFalappa/nb-springboot[this plugin])
[TIP] [TIP]
==== ====
You can "curl" an instance to get a usage page with examples (try 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 == Generating a project

View File

@@ -153,8 +153,8 @@ as they evolve quite frequently.
== Command line support == Command line support
You can also generate a project in a shell using `cURL` or `HTTPie`. To discover the 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` 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 installed invoke `curl https://start.spring.io` on the command-line (or alternatively
`http start.spring.io` if you prefer to use `HTTPie`). `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 The result is a textual representation of the capabilities of the service that are split
in three sections: in three sections: