Fix slack help url

This commit is contained in:
Joseph Schorr 2014-09-10 14:17:39 -04:00
parent 548f855f71
commit 11b690cba9

View file

@ -1280,7 +1280,7 @@ quayApp = angular.module('quay', quayDependencies, function($provide, cfpLoading
'name': 'token',
'type': 'string',
'title': 'Token',
'help_url': 'https://{subdomain}.slack.com/services/new/outgoing-webhook'
'help_url': 'https://{subdomain}.slack.com/services/new/incoming-webhook'
}
]
}