Fix slack help url
This commit is contained in:
parent
548f855f71
commit
11b690cba9
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ quayApp = angular.module('quay', quayDependencies, function($provide, cfpLoading
|
||||||
'name': 'token',
|
'name': 'token',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'title': 'Token',
|
'title': 'Token',
|
||||||
'help_url': 'https://{subdomain}.slack.com/services/new/outgoing-webhook'
|
'help_url': 'https://{subdomain}.slack.com/services/new/incoming-webhook'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue