Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-01-07 18:18:41 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-01-07 18:18:41 +0300
commitd8cdf81285b93bae0327ee92772ddc5aca036dfa (patch)
tree1dc411c056e23bad299e184d79911a7a681cbd93 /app
parent5774ffe063296432d4dd564e444c671d27b86596 (diff)
Update Releases documentation
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/releases/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/releases/index.html.haml b/app/views/projects/releases/index.html.haml
index f01d4e826b9..28bb4e032eb 100644
--- a/app/views/projects/releases/index.html.haml
+++ b/app/views/projects/releases/index.html.haml
@@ -2,4 +2,4 @@
- page_title _('Releases')
%div{ class: container_class }
- #js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases') } }
+ #js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases/index') } }