Merge branch '36611-error-in-getcomposer-link' into 'master'
Fix external link to Composer website Closes #36611 See merge request !13621
This commit is contained in:
commit
dad8fae744
2 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@ module BlobViewer
|
|||
end
|
||||
|
||||
def manager_url
|
||||
'https://getcomposer.com/'
|
||||
'https://getcomposer.org/'
|
||||
end
|
||||
|
||||
def package_name
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix external link to Composer website
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue