From: Daniel Gruno Date: Thu, 5 Jul 2012 21:29:58 +0000 (+0000) Subject: comments.apache.org is live! Changing URL of the javascript to reflect this. X-Git-Tag: 2.5.0-alpha~6675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685cfb0ea9608d2ab33dc4e0aa496b7ccdd30ac1;p=thirdparty%2Fapache%2Fhttpd.git comments.apache.org is live! Changing URL of the javascript to reflect this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 16a94cb5824..0479560a6c6 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/]]>&httpd.com var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'https://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; + s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else {