Commit eda5b3b1c52f6f68f516b6840ec35b230bb67e4a
1 parent
ace9ff4a
Exists in
master
and in
4 other branches
Fix relative links from Help#API page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/help/index.html.haml
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | %p Get familiar with GitLab's permission levels. | 55 | %p Get familiar with GitLab's permission levels. |
56 | 56 | ||
57 | %li | 57 | %li |
58 | - %strong= link_to "API", help_api_path | 58 | + %strong= link_to "API", help_api_file_path(category: 'README') |
59 | %p Explore how you can access GitLab via a simple and powerful API. | 59 | %p Explore how you can access GitLab via a simple and powerful API. |
60 | 60 | ||
61 | %li | 61 | %li |