mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
doc: always load resources via HTTPS
Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
parent
11e1c96f63
commit
eb247c943a
2
doc/_static/js/ceph.js
vendored
2
doc/_static/js/ceph.js
vendored
@ -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) {
|
||||
|
2
doc/_themes/ceph/static/nature.css_t
vendored
2
doc/_themes/ceph/static/nature.css_t
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user