]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/_static/js/ceph.js: avoid the "//" in URI
authorKefu Chai <kchai@redhat.com>
Fri, 28 Feb 2020 01:50:17 +0000 (09:50 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 28 Feb 2020 02:08:49 +0000 (10:08 +0800)
it's just annoying.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_static/js/ceph.js

index c73805c8708330cbc8a03f7380a983b72802bf59..6a3412f16d503cd3c4faf7296bb35f049500ec3f 100644 (file)
@@ -1,5 +1,5 @@
 $(function() {
-  var releases_url = DOCUMENTATION_OPTIONS.URL_ROOT + '/releases.json';
+  var releases_url = DOCUMENTATION_OPTIONS.URL_ROOT + 'releases.json';
 
   function show_edit(branch, data) {
     if (branch) {