diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -7,7 +7,7 @@
<%def name="breadcrumbs_links()">
${h.link_to(_(u'Home'),h.url('/'))}
»
- ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))}
+ ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
»
${_('files')}
%if c.file: