summaryrefslogtreecommitdiff
path: root/app/helpers/external_wiki_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/external_wiki_helper.rb')
-rw-r--r--app/helpers/external_wiki_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/external_wiki_helper.rb b/app/helpers/external_wiki_helper.rb
index defd87d6bbe..8cf890b74a8 100644
--- a/app/helpers/external_wiki_helper.rb
+++ b/app/helpers/external_wiki_helper.rb
@@ -4,7 +4,7 @@ module ExternalWikiHelper
if external_wiki_service
external_wiki_service.properties['external_wiki_url']
else
- namespace_project_wiki_path(project.namespace, project, :home)
+ project_wiki_path(project, :home)
end
end
end