summaryrefslogtreecommitdiff
path: root/app/views/help/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-14 16:47:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-14 16:47:05 +0300
commiteda5b3b1c52f6f68f516b6840ec35b230bb67e4a (patch)
treecde128090778fb61eb6444966669e89ff6c39396 /app/views/help/index.html.haml
parentace9ff4a46d2cc97446fb984d86c3e468ff2e661 (diff)
downloadgitlab-ce-eda5b3b1c52f6f68f516b6840ec35b230bb67e4a.tar.gz
Fix relative links from Help#API page
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index fadc2dc21cb..228c9b03bc1 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -55,7 +55,7 @@
%p Get familiar with GitLab's permission levels.
%li
- %strong= link_to "API", help_api_path
+ %strong= link_to "API", help_api_file_path(category: 'README')
%p Explore how you can access GitLab via a simple and powerful API.
%li