diff --git a/app/roles/push_observer.rb b/app/roles/push_observer.rb index c5c5203..8d41464 100644 --- a/app/roles/push_observer.rb +++ b/app/roles/push_observer.rb @@ -114,7 +114,7 @@ module PushObserver id: commit.id, message: commit.safe_message, timestamp: commit.date.xmlschema, - url: "#{Gitlab.config.url}/#{path}/commits/#{commit.id}", + url: "#{Gitlab.config.url}/#{path}/commit/#{commit.id}", author: { name: commit.author_name, email: commit.author_email -- libgit2 0.21.2