This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 91875e7  Use https for links in site documentation
91875e7 is described below

commit 91875e7bef259420782fc3caade4599523f639b6
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Mar 8 21:00:29 2025 +0100

    Use https for links in site documentation
---
 src/site/markdown/download.md.vm | 4 ++--
 src/site/markdown/index.md.vm    | 8 ++++----
 src/site/site.xml                | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/site/markdown/download.md.vm b/src/site/markdown/download.md.vm
index 02596d6..35884e1 100644
--- a/src/site/markdown/download.md.vm
+++ b/src/site/markdown/download.md.vm
@@ -26,11 +26,11 @@ ${project.name} ${project.version} is distributed in source 
format\. Use a sourc
 ${project.name} yourself\. Otherwise, simply use the ready\-made binary 
artifacts from central repository\.
 
 In order to guard against corrupted downloads/installations, it is highly 
recommended to
-[verify the 
signature](http://www.apache.org/dev/release-signing#verifying-signature)
+[verify the 
signature](https://www.apache.org/dev/release-signing#verifying-signature)
 of the release bundles against the public 
[KEYS](https://www.apache.org/dist/maven/KEYS) used by the Apache Maven
 developers\.
 
-${project.name} is distributed under the [Apache License, version 
2\.0](http://www.apache.org/licenses/)\.
+${project.name} is distributed under the [Apache License, version 
2\.0](https://www.apache.org/licenses/)\.
 
 ${esc.h}${esc.h} ${project.name} ${project.version}
 
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 7139c27..c53a4e4 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -25,7 +25,7 @@ date: 2012-06-28
 
 # Welcome to ${project.name}!
 
-The Apache Maven Fluido Skin is an Apache Maven site skin built on top of 
[Twitter&apos;s Bootstrap 
${project.properties.get('bootstrap.version')}](http://bootstrapdocs.com/v${project.properties.get('bootstrap.version')}/docs)\.
+The Apache Maven Fluido Skin is an Apache Maven site skin built on top of 
[Twitter&apos;s Bootstrap 
${project.properties.get('bootstrap.version')}](https://bootstrapdocs.com/v${project.properties.get('bootstrap.version')}/docs)\.
 
 A [sample page](./sample.html) is provided to see the skin in action, and two 
complete sites to show skin configurations: one for [sidebar layout 
\(default\)](./sidebar/) and the other for [topbar layout](./topbar/)\.
 
@@ -226,7 +226,7 @@ Users can optionally enable the **Google Search** for the 
generated site, requir
     <site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";>
       [...]
-      <url>http://maven.apache.org/skins/${project.artifactId}</url>
+      <url>https://maven.apache.org/skins/${project.artifactId}</url>
       [...]
     </site>
     ```
@@ -320,7 +320,7 @@ Since version **1\.11\.1**, fluido\-skin supports [GitHub 
ribbons](https://githu
 
 ${esc.h}${esc.h}${esc.h} <a id="Project_profile"></a>Project profile
 
-As shown in [MojoHaus Maven plugins 
list](http://www.mojohaus.org/plugins.html), plugins life\-cycle are 
characterized by different status/stages:
+As shown in [MojoHaus Maven plugins 
list](https://www.mojohaus.org/plugins.html), plugins life\-cycle are 
characterized by different status/stages:
 
 - Production
 - Pre\-release
@@ -482,5 +482,5 @@ Since version **1\.3\.1**, you can configure the breadcrumb 
divider \(default is
 
 # Acknowledgment
 
-${project.name} contains/redistributes [Glyphicons 
Halflings](http://glyphicons.com) as part of Bootstrap by Twitter, released 
under [Creative Commons Attribution 3\.0 Unported \(CC BY 
3\.0\)](http://creativecommons.org/licenses/by/3.0/deed.en)\.
+${project.name} contains/redistributes [Glyphicons 
Halflings](https://glyphicons.com) as part of Bootstrap by Twitter, released 
under [Creative Commons Attribution 3\.0 Unported \(CC BY 
3\.0\)](https://creativecommons.org/licenses/by/3.0/deed.en)\.
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 54e476d..a563ce9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -48,7 +48,7 @@ under the License.
       <item name="Introduction" href="./index.html"/>
       <item name="Sample Page" href="./sample.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
 

Reply via email to