From: Kefu Chai Date: Fri, 28 Feb 2020 01:50:17 +0000 (+0800) Subject: doc/_static/js/ceph.js: avoid the "//" in URI X-Git-Tag: v15.1.1~207^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d129f45d43d5efa38b113f9c8f08d1824251f9d;p=ceph.git doc/_static/js/ceph.js: avoid the "//" in URI it's just annoying. Signed-off-by: Kefu Chai --- diff --git a/doc/_static/js/ceph.js b/doc/_static/js/ceph.js index c73805c87083..6a3412f16d50 100644 --- a/doc/_static/js/ceph.js +++ b/doc/_static/js/ceph.js @@ -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) {