Skip to content

Commit 181f257

Browse files
committed
Relative image reference instead of full http link to avoid mixed content warnings
1 parent 1d896a5 commit 181f257

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414
<div id="banner">
1515
<h1 id="title">
16-
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
16+
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
1717
<a href="./"><span>Feed Validation Service</span></a>
1818
</h1>
1919
<p id="tagline">Check the syntax of Atom or RSS feeds</p>

docs-xml/docs-index-header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body>
1818
<div id="banner">
1919
<h1 id="title">
20-
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
20+
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
2121
<a href="../"><span>Feed Validation Service</span></a>
2222
</h1>
2323
<p id="tagline">Check the syntax of Atom or RSS feeds</p>

docs-xml/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div id="banner">
1616
<h1 id="title">
17-
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
17+
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
1818
<a href="../../"><span>Feed Validation Service</span></a>
1919
</h1>
2020
<p id="tagline">Check the syntax of Atom or RSS feeds</p>

docs/soap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body>
1818
<div id="banner">
1919
<h1 id="title">
20-
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
20+
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
2121
<a href="./"><span>Feed Validation Service</span></a>
2222
</h1>
2323
<p id="tagline">Check the syntax of Atom or RSS feeds</p>

whatsnew.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div id="banner">
1616
<h1 id="title">
17-
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
17+
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
1818
<a href="./"><span>Feed Validation Service</span></a>
1919
</h1>
2020
<p id="tagline">Check the syntax of Atom or RSS feeds</p>

0 commit comments

Comments
 (0)