]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: always load resources via HTTPS 29544/head
authorKefu Chai <kchai@redhat.com>
Thu, 8 Aug 2019 10:40:47 +0000 (18:40 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 22 Aug 2019 08:19:17 +0000 (16:19 +0800)
Signed-off-by: Tiago Melo <tmelo@suse.com>
doc/_static/js/ceph.js
doc/_themes/ceph/static/nature.css_t

index 61f95fb6ac9e6306d089d17fb74e021aa4016c7c..e8114f0165d9fd9c09431079a74307e02ad2f111 100644 (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) {
index 95813cb022fa7c1770c9069dc744a7444e4823f9..7cc08ac4795d0b38b4205ab7ee53a8132dd09302 100644 (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;