daily: convert static URLs to relative ones to fix HTTPS issue
authorMichael Prokop <mika@grml.org>
Tue, 20 Sep 2016 13:18:17 +0000 (15:18 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 20 Sep 2016 13:18:17 +0000 (15:18 +0200)
daily/index.html

index 35ef53f..f7d835e 100644 (file)
@@ -9,11 +9,11 @@
 <meta http-equiv="imagetoolbar" content="no" />
 <meta http-equiv="content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
 <link rel="home" href="http://grml.org/" title="grml.org" />
-<link rel="help" href="http://grml.org/features/" title="About" />
-<link rel="author" href="http://grml.org/team/" title="Team" />
-<link rel="contents" href="http://grml.org/sitemap/" title="Sitemap" />
-<link rel="search" href="http://grml.org/search/" title="Search" />
-<link rel="icon" href="http://grml.org/favicon.png" type="image/png" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="contents" href="/sitemap/" title="Sitemap" />
+<link rel="search" href="/search/" title="Search" />
+<link rel="icon" href="/favicon.png" type="image/png" />
 <link rel="alternate" type="application/rss+xml" title="Subscribe RSS-feed" href="/index.rss" />
 <link rel="stylesheet" href="style.css" type="text/css" />
 </head>