From 1d0ffa7ac46afc1ddf6e81988e2a88b9a937dab2 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 22:17:03 -0500 Subject: [PATCH] Use HTTPS for external links where possible See gh-602 --- docs/src/docs/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 798f8959..e58b42dc 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -72,7 +72,7 @@ If you want to jump straight in, a number of sample applications are available: | {samples}/junit5[JUnit 5] | Gradle -| Demonstrates the use of Spring REST Docs with http://junit.org/junit5/[JUnit 5]. +| Demonstrates the use of Spring REST Docs with https://junit.org/junit5/[JUnit 5]. |===