Fixed typo

This commit is contained in:
Wedge 2016-02-16 19:42:11 +03:00
parent fd6d9293f6
commit 4bdca17ce8
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ class Projects::Project::ProjectController < Projects::Project::BaseController
end
def diff
redirect_to 'https://github.com/' + @project.github_get_organization + '/' + @project.name + '/commit/' + params[:diff]
redirect_to 'https://github.com/' + @project.github_get_organization + '/' + @project.name + '/compare/' + params[:diff]
end
end