From 9bc3448f0547354027a393cffcbcaf9c96724925 Mon Sep 17 00:00:00 2001 From: Deepika Tiwari Date: Thu, 12 Mar 2020 13:17:03 +0100 Subject: [PATCH] Fix remote repo url (http to https) --- chapter-simple-project.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-simple-project.asciidoc b/chapter-simple-project.asciidoc index ad7f402b..1a55562f 100644 --- a/chapter-simple-project.asciidoc +++ b/chapter-simple-project.asciidoc @@ -619,7 +619,7 @@ collection of project artifacts stored in a directory structure that closely matches a project's Maven coordinates. You can see this structure by opening up a web browser and browsing the central Maven repository at -http://repo1.maven.org/maven2/[http://repo1.maven.org/maven2/]. You +http://repo1.maven.org/maven2/[https://repo1.maven.org/maven2/]. You will see that an artifact with the coordinates +org.apache.commons:commons-email:1.1+ is available under the directory `/org/apache/commons/commons-email/1.1/` in a file named