summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-06-05 13:19:00 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-06-05 13:19:00 +0200
commitb00ea3759945d80996ebb3af01cc7896b707a2ca (patch)
tree23a018fd53f88b91c62fede93af183705508d2b0
parentxforms (diff)
downloadapache2-b00ea3759945d80996ebb3af01cc7896b707a2ca.tar.xz
apache2-b00ea3759945d80996ebb3af01cc7896b707a2ca.zip
Use HTTPS for the comments instead of HTTP (and yay for commit number 500)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346344 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/style/xsl/common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 1d410b3e7d..16a94cb582 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -305,7 +305,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/]]></xsl:text>&httpd.com
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
- s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+ s.src = 'https://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {