Explorar o código

transloadit: Update API key URL.

Renée Kooi %!s(int64=6) %!d(string=hai) anos
pai
achega
1676ff82fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/@uppy/transloadit/src/AssemblyOptions.js

+ 1 - 1
packages/@uppy/transloadit/src/AssemblyOptions.js

@@ -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.')
   }
 }