diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-08 15:09:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-08 15:09:34 +0000 |
commit | b5bdf6e5219b3b57107aee49ba7c103affb65dd9 (patch) | |
tree | 54c1ea8b3140d60af9a6c64867edc0a484ef7735 /lib/api/entities/commit.rb | |
parent | 81f062b841f6062601662061850934a51e77ceea (diff) | |
download | gitlab-ce-b5bdf6e5219b3b57107aee49ba7c103affb65dd9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/entities/commit.rb')
-rw-r--r-- | lib/api/entities/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/commit.rb b/lib/api/entities/commit.rb index a247ea2110e..ab1f51289d7 100644 --- a/lib/api/entities/commit.rb +++ b/lib/api/entities/commit.rb @@ -21,7 +21,7 @@ module API expose :web_url, documentation: { type: 'string', - example: 'https://gitlab.example.com/thedude/gitlab-foss/-/commit/ed899a2f4b50b4370feeea94676502b42383c746' + example: 'https://gitlab.example.com/janedoe/gitlab-foss/-/commit/ed899a2f4b50b4370feeea94676502b42383c746' } do |commit, _options| c = commit c = c.__subject__ if c.is_a?(Gitlab::View::Presenter::Base) |