From eda5b3b1c52f6f68f516b6840ec35b230bb67e4a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 14 Oct 2013 16:47:05 +0300 Subject: [PATCH] Fix relative links from Help#API page --- app/views/help/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index fadc2dc..228c9b0 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 -- libgit2 0.21.2