summaryrefslogtreecommitdiff
path: root/app/views/projects/_wiki.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_wiki.html.haml')
-rw-r--r--app/views/projects/_wiki.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_wiki.html.haml b/app/views/projects/_wiki.html.haml
index 2bab22e125d..a56c3503c77 100644
--- a/app/views/projects/_wiki.html.haml
+++ b/app/views/projects/_wiki.html.haml
@@ -14,5 +14,5 @@
Add a homepage to your wiki that contains information about your project
%p
We recommend you
- = link_to "add a homepage", namespace_project_wiki_path(@project.namespace, @project, :home)
+ = link_to "add a homepage", project_wiki_path(@project, :home)
to your project's wiki and GitLab will show it here instead of this message.