Commit eda5b3b1c52f6f68f516b6840ec35b230bb67e4a

Authored by Dmitriy Zaporozhets
1 parent ace9ff4a

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 55 %p Get familiar with GitLab's permission levels.
56 56  
57 57 %li
58   - %strong= link_to "API", help_api_path
  58 + %strong= link_to "API", help_api_file_path(category: 'README')
59 59 %p Explore how you can access GitLab via a simple and powerful API.
60 60  
61 61 %li
... ...