[www] r342577 - Fix the mixed-content issue with https
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 19 11:55:09 PDT 2018
Author: sylvestre
Date: Wed Sep 19 11:55:09 2018
New Revision: 342577
URL: http://llvm.org/viewvc/llvm-project?rev=342577&view=rev
Log:
Fix the mixed-content issue with https
Modified:
www/trunk/devmtg/2018-04/index.html
Modified: www/trunk/devmtg/2018-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/index.html?rev=342577&r1=342576&r2=342577&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/index.html (original)
+++ www/trunk/devmtg/2018-04/index.html Wed Sep 19 11:55:09 2018
@@ -279,10 +279,10 @@ the <a href="http://llvm.org/docs/CodeOf
<div style="clear: both; width:100%;">
<hr>
<address>
- <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
- src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
- <a href="http://validator.w3.org/check/referer"><img
- src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="///jigsaw.w3.org/css-validator/check/referer"><img
+ src="///jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ <a href="///validator.w3.org/check/referer"><img
+ src="///www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<br>
</address>
</div>
More information about the llvm-commits
mailing list