From 6194d3fc88b0c7a8b2a1589b700f29ccc0ccb393 Mon Sep 17 00:00:00 2001 From: Yasser Zamani Date: Tue, 18 Sep 2018 11:41:22 +0430 Subject: [PATCH] change http to https in doc urls --- assembly/src/main/resources/docs-urls.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assembly/src/main/resources/docs-urls.txt b/assembly/src/main/resources/docs-urls.txt index 845dab8cf..d96c3ea23 100644 --- a/assembly/src/main/resources/docs-urls.txt +++ b/assembly/src/main/resources/docs-urls.txt @@ -1,6 +1,6 @@ -http://struts.apache.org/getting-started/ -http://struts.apache.org/security/ -http://struts.apache.org/core-developers/ -http://struts.apache.org/tag-developers/ -http://struts.apache.org/maven-archetypes/ -http://struts.apache.org/plugins/ +https://struts.apache.org/getting-started/ +https://struts.apache.org/security/ +https://struts.apache.org/core-developers/ +https://struts.apache.org/tag-developers/ +https://struts.apache.org/maven-archetypes/ +https://struts.apache.org/plugins/