Commit cca4013d authored by Milo Yip's avatar Milo Yip

Merge pull request #320 from guoxiao/https

Fix warnings when visited via https
parents d2269f65 8f891403
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
6. How to install RapidJSON? 6. How to install RapidJSON?
Check [Installation section](http://miloyip.github.io/rapidjson/). Check [Installation section](https://miloyip.github.io/rapidjson/).
7. Can RapidJSON run on my platform? 7. Can RapidJSON run on my platform?
......
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
(document.getElementsByClassName('contents')[0]).appendChild(dt); (document.getElementsByClassName('contents')[0]).appendChild(dt);
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})(); })();
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment