transloadit: Update API key URL.

This commit is contained in:
Renée Kooi 2018-10-15 11:39:39 +02:00
parent 69008fd9fc
commit 1676ff82fd
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040

View file

@ -19,7 +19,7 @@ function validateParams (params) {
if (!params.auth || !params.auth.key) {
throw new Error('Transloadit: The `params.auth.key` option is required. ' +
'You can find your Transloadit API key at https://transloadit.com/accounts/credentials.')
'You can find your Transloadit API key at https://transloadit.com/account/api-settings.')
}
}