From db52364f7a8f47fba52e17ea29dc3968679e291b Mon Sep 17 00:00:00 2001 From: aemous Date: Wed, 18 Dec 2024 16:38:15 -0500 Subject: [PATCH] Replace http links with https. --- .../guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html index 42a95fb912b0..5ad8d190f53b 100644 --- a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html +++ b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html @@ -6,11 +6,11 @@ var disqus_identifier = '{{ pagename }}'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); - - comments powered by Disqus + + comments powered by Disqus {% endif %}