diff --git a/app/views/projects/graph.html.haml b/app/views/projects/graph.html.haml
index 4e0b0e36c343afc6caf338217ed8c3c350e5268d..4149850c7e7078ce218c105e1db6910baddfd4ff 100644
--- a/app/views/projects/graph.html.haml
+++ b/app/views/projects/graph.html.haml
@@ -11,6 +11,6 @@
$(function(){
branch_graph = new BranchGraph($("#holder"), {
url: '#{url_for controller: 'projects', action: 'graph', format: :json}',
- commit_url: '#{url_for controller: 'projects', action: 'show'}/commits/%s'
+ commit_url: '#{url_for controller: 'projects', action: 'show'}/commit/%s'
});
});