Forráskód Böngészése

docs: rename Edgly to Smart CDN (#5449)

* docs: rename Edgly to Smart CDN

* Apply suggestions from code review

* Apply suggestions from code review
Merlijn Vos 7 hónapja
szülő
commit
9eb857e68c
40 módosított fájl, 76 hozzáadás és 77 törlés
  1. 1 1
      CHANGELOG.md
  2. 2 3
      README.md
  3. 1 1
      examples/transloadit/index.html
  4. 1 1
      packages/@uppy/angular/projects/uppy/angular/README.md
  5. 2 2
      packages/@uppy/audio/README.md
  6. 2 2
      packages/@uppy/aws-s3/README.md
  7. 2 2
      packages/@uppy/box/README.md
  8. 2 2
      packages/@uppy/compressor/README.md
  9. 2 2
      packages/@uppy/core/README.md
  10. 2 2
      packages/@uppy/dashboard/README.md
  11. 2 2
      packages/@uppy/drag-drop/README.md
  12. 2 2
      packages/@uppy/dropbox/README.md
  13. 2 2
      packages/@uppy/facebook/README.md
  14. 2 2
      packages/@uppy/file-input/README.md
  15. 2 2
      packages/@uppy/form/README.md
  16. 2 2
      packages/@uppy/golden-retriever/README.md
  17. 2 2
      packages/@uppy/google-drive/README.md
  18. 2 2
      packages/@uppy/google-photos/README.md
  19. 2 2
      packages/@uppy/image-editor/README.md
  20. 2 2
      packages/@uppy/informer/README.md
  21. 2 2
      packages/@uppy/instagram/README.md
  22. 2 2
      packages/@uppy/onedrive/README.md
  23. 2 2
      packages/@uppy/progress-bar/README.md
  24. 2 2
      packages/@uppy/react/README.md
  25. 2 2
      packages/@uppy/redux-dev-tools/README.md
  26. 2 2
      packages/@uppy/remote-sources/README.md
  27. 2 2
      packages/@uppy/screen-capture/README.md
  28. 2 2
      packages/@uppy/status-bar/README.md
  29. 2 2
      packages/@uppy/store-default/README.md
  30. 2 2
      packages/@uppy/store-redux/README.md
  31. 2 2
      packages/@uppy/thumbnail-generator/README.md
  32. 2 2
      packages/@uppy/transloadit/README.md
  33. 2 2
      packages/@uppy/tus/README.md
  34. 2 2
      packages/@uppy/unsplash/README.md
  35. 2 2
      packages/@uppy/url/README.md
  36. 2 2
      packages/@uppy/vue/README.md
  37. 2 2
      packages/@uppy/webcam/README.md
  38. 2 2
      packages/@uppy/xhr-upload/README.md
  39. 2 2
      packages/@uppy/zoom/README.md
  40. 1 1
      private/upload-to-cdn/index.js

+ 1 - 1
CHANGELOG.md

@@ -6154,7 +6154,7 @@ Released: 2018-02-11.
 - dashboard: Use more accessible tip lib microtip (#536 / @arturi)
 - docs: Add PHP snippets to XHRUpload docs (#567 / @goto-bus-stop)
 - meta: Added instruction to fork the repo first (#512 / muhammadInam)
-- meta: Automatically host releases on edgly and use that as our main CDN (#558 / @kvz)
+- meta: Automatically host releases on Smart CDN and use that as our main CDN (#558 / @kvz)
 - meta: Dependency version updates (#523 / @goto-bus-stop)
 - meta: Remove unused files from published package (#586 / @goto-bus-stop)
 - s3: Respect `limit` option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop)

+ 2 - 3
README.md

@@ -91,9 +91,8 @@ Add CSS
 either to your HTML page’s `<head>` or include in JS, if your bundler of choice
 supports it.
 
-Alternatively, you can also use a pre-built bundle from Transloadit’s CDN:
-Edgly. In that case `Uppy` will attach itself to the global `window.Uppy`
-object.
+Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Smart
+CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
 
 > ⚠️ The bundle consists of most Uppy plugins, so this method is not recommended
 > for production, as your users will have to download all plugins when you are

+ 1 - 1
examples/transloadit/index.html

@@ -37,7 +37,7 @@
       <h1>
         Uppy Transloadit
         <img
-          src="https://transloadit.edgly.net/assets/images/logo-small.svg"
+          src="https://my-app.tlcdn.com/resize-img/canoe.jpg?w=300&h=300"
           alt="Transloadit"
           id="logo"
         />

+ 1 - 1
packages/@uppy/angular/projects/uppy/angular/README.md

@@ -20,7 +20,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
 $ npm install @uppy/angular --save
 ```
 
-Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
+Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation
 

+ 2 - 2
packages/@uppy/audio/README.md

@@ -30,8 +30,8 @@ $ npm install @uppy/audio
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/aws-s3/README.md

@@ -34,8 +34,8 @@ $ npm install @uppy/aws-s3
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/box/README.md

@@ -36,8 +36,8 @@ $ npm install @uppy/box
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/compressor/README.md

@@ -35,8 +35,8 @@ as [Parcel](https://parceljs.org/), [Vite](https://vitejs.dev/) or
 [Webpack](https://webpack.js.org/).
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/core/README.md

@@ -38,8 +38,8 @@ $ npm install @uppy/core
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/dashboard/README.md

@@ -44,8 +44,8 @@ $ npm install @uppy/dashboard
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/drag-drop/README.md

@@ -33,8 +33,8 @@ $ npm install @uppy/drag-drop
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/dropbox/README.md

@@ -36,8 +36,8 @@ $ npm install @uppy/dropbox
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/facebook/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/facebook
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/file-input/README.md

@@ -35,8 +35,8 @@ $ npm install @uppy/file-input
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/form/README.md

@@ -38,8 +38,8 @@ $ npm install @uppy/form
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/golden-retriever/README.md

@@ -35,8 +35,8 @@ $ npm install @uppy/golden-retriever
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/google-drive/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/google-drive
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/google-photos/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/google-photos
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/image-editor/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/image-editor
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/informer/README.md

@@ -32,8 +32,8 @@ $ npm install @uppy/informer
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/instagram/README.md

@@ -34,8 +34,8 @@ $ npm install @uppy/instagram
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/onedrive/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/onedrive
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/progress-bar/README.md

@@ -33,8 +33,8 @@ $ npm install @uppy/progress-bar
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/react/README.md

@@ -48,8 +48,8 @@ $ npm install @uppy/react
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/redux-dev-tools/README.md

@@ -30,8 +30,8 @@ $ npm install @uppy/redux-dev-tools
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/remote-sources/README.md

@@ -28,8 +28,8 @@ yarn add @uppy/remote-sources
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy.RemoteSources` will attach itself
-to the global `window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy.RemoteSources` will attach
+itself to the global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/screen-capture/README.md

@@ -30,8 +30,8 @@ $ npm install @uppy/screen-capture
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/status-bar/README.md

@@ -40,8 +40,8 @@ $ npm install @uppy/status-bar
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/store-default/README.md

@@ -31,8 +31,8 @@ $ npm install @uppy/store-default
 ```
 
 Alternatively, you can also use this package in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/store-redux/README.md

@@ -41,8 +41,8 @@ $ npm install @uppy/store-redux
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/thumbnail-generator/README.md

@@ -31,8 +31,8 @@ $ npm install @uppy/thumbnail-generator
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 <!-- Undocumented currently

+ 2 - 2
packages/@uppy/transloadit/README.md

@@ -35,8 +35,8 @@ $ npm install @uppy/transloadit
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/tus/README.md

@@ -34,8 +34,8 @@ $ npm install @uppy/tus
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/unsplash/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/unsplash --save
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/url/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/url
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/vue/README.md

@@ -57,8 +57,8 @@ $ npm install @uppy/vue
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/webcam/README.md

@@ -34,8 +34,8 @@ $ npm install @uppy/webcam
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/xhr-upload/README.md

@@ -33,8 +33,8 @@ $ npm install @uppy/xhr-upload
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 2 - 2
packages/@uppy/zoom/README.md

@@ -37,8 +37,8 @@ $ npm install @uppy/zoom
 ```
 
 Alternatively, you can also use this plugin in a pre-built bundle from
-Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
-`window.Uppy` object. See the
+Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
+global `window.Uppy` object. See the
 [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
 
 ## Documentation

+ 1 - 1
private/upload-to-cdn/index.js

@@ -1,5 +1,5 @@
 #!/usr/bin/env node
-// Upload Uppy releases to Edgly.net CDN. Copyright (c) 2018, Transloadit Ltd.
+// Upload Uppy releases to tlcdn.com (CDN). Copyright (c) 2018, Transloadit Ltd.
 //
 // This file:
 //