From 3d129f45d43d5efa38b113f9c8f08d1824251f9d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Feb 2020 09:50:17 +0800 Subject: [PATCH] doc/_static/js/ceph.js: avoid the "//" in URI it's just annoying. Signed-off-by: Kefu Chai --- doc/_static/js/ceph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/js/ceph.js b/doc/_static/js/ceph.js index c73805c8708..6a3412f16d5 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) { -- 2.47.3