This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit 3e65784f9417a0220216d8f8a166dab7d13b615c Author: Hugo Hirsch <[email protected]> AuthorDate: Tue May 18 12:49:23 2021 +0200 WHISKER-19: Fix XML errors --- src/site/site.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 886ca36..159a553 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,20 +21,20 @@ <bannerRight> <title>The Apache Software Foundation</title> <name>The Apache Software Foundation</name> - <src>http://www.apache.org/images/asf_logo_wide.jpg</src> - <href>http://www.apache.org/</href> + <src>https://www.apache.org/images/asf_logo_wide.jpg</src> + <href>https://www.apache.org/</href> </bannerRight> <poweredBy> <logo name="Maven" - href="http://maven.apache.org/" - img="http://maven.apache.org/images/logos/maven-feather.png"/> + href="https://maven.apache.org/" + img="https://maven.apache.org/images/logos/maven-feather.png"/> </poweredBy> <body> <head> - <link href="http://fonts.googleapis.com/css?family=Mate+SC" rel="stylesheet" type="text/css"/> + <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]> </head> <breadcrumbs> <item name="Apache" href="http://www.apache.org/"/>
