doc: always load resources via HTTPS

Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
Kefu Chai 2019-08-08 18:40:47 +08:00
parent 11e1c96f63
commit eb247c943a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
$(function() {
var releases_url = "http://docs.ceph.com/docs/master/releases.json";
var releases_url = "https://docs.ceph.com/docs/master/releases.json";
function show_edit(branch, data) {
if (branch) {

View File

@ -13,7 +13,7 @@
/* -- page layout ----------------------------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');
body {
font: 14px/1.4 Helvetica, Arial, sans-serif;