diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 38cd4c4..3f764e9 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -38,7 +38,7 @@
%p
= link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project)
%p
- = link_to pluralize(@repository.tag_names.count, 'tag'), tags_project_repository_path(@project)
+ = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
- if @project.gitlab_ci?
%hr
--
libgit2 0.21.2