From 345c07d43d9c4e18a615455c79fd95bed17a581f Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Sun, 11 Dec 2016 20:41:14 +0800 Subject: [PATCH] fix the error that git-repo page is 404 --- static/js/index.es6 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/js/index.es6 b/static/js/index.es6 index c621794..ba8871b 100644 --- a/static/js/index.es6 +++ b/static/js/index.es6 @@ -45,7 +45,10 @@ var mir_tmpl = $("#template").text(), }, 'linux-stable.git': { 'url': "/help/linux-stable.git/" - } + }, + 'git-repo': { + 'url': "/help/git-repo/" + }, }, descriptions = { {% for item in site.descriptions %}'{{ item[0] }}': '{{ item[1] }}'{% if forloop.index < forloop.length %},{% endif %}{% endfor %}