diff --git a/website/src/_posts/2018-02-0.23.md b/website/src/_posts/2018-02-0.23.md index a2c44fa844..a06a479144 100644 --- a/website/src/_posts/2018-02-0.23.md +++ b/website/src/_posts/2018-02-0.23.md @@ -92,7 +92,7 @@ We’ve also added an option to select which camera will be used to capture pict Uppy has made some appearances on the internet recently. -1\. **[Better File Uploads with Shrine: Direct Uploads](https://twin.github.io/better-file-uploads-with-shrine-direct-uploads)**: +1\. **[Better File Uploads with Shrine: Direct Uploads](https://janko.io/better-file-uploads-with-shrine-direct-uploads/)**: On how to set up Uppy with [Shrine](http://shrinerb.com/), a file attachment toolkit for Ruby applications. It starts off with an example of a plain `
` upload and builds up to a more advanced experience: diff --git a/website/src/_template/contributing.md b/website/src/_template/contributing.md index b1a6c1667d..22f5f28be1 100644 --- a/website/src/_template/contributing.md +++ b/website/src/_template/contributing.md @@ -42,7 +42,7 @@ yarn run test:unit ### End-to-End tests -We use [Cypress](cypress.io/) for our e2e test suite. Be sure to checkout “[Writing your first test](https://docs.cypress.io/guides/getting-started/writing-your-first-test#Add-a-test-file)” and the “[Introduction to Cypress](https://docs.cypress.io/guides/core-concepts/introduction-to-cypress#Cypress-Can-Be-Simple-Sometimes)”. You should also be aware of the “[Best Practices](https://docs.cypress.io/guides/references/best-practices)”. +We use [Cypress](https://www.cypress.io/) for our e2e test suite. Be sure to checkout “[Writing your first test](https://docs.cypress.io/guides/getting-started/writing-your-first-test#Add-a-test-file)” and the “[Introduction to Cypress](https://docs.cypress.io/guides/core-concepts/introduction-to-cypress#Cypress-Can-Be-Simple-Sometimes)”. You should also be aware of the “[Best Practices](https://docs.cypress.io/guides/references/best-practices)”. To get started make sure you have your `.env` set up. Copy the contents of `.env.example` to a file named `.env` and add the values relevant for the test(s) you are trying to run. diff --git a/website/src/docs/migration-guides.md b/website/src/docs/migration-guides.md index 6bf5a3b629..195ea60582 100644 --- a/website/src/docs/migration-guides.md +++ b/website/src/docs/migration-guides.md @@ -227,7 +227,7 @@ uppy.on('dashboard:file-edit-state', (file) => { ### Changes to pre-signing URLs for [`@uppy/aws-s3-multipart`][aws-s3-multipart] -See the Uppy 2.0.0 announcement post about the batch [pre-signing URLs change](blog/2021/08/2.0/#Batch-pre-signing-URLs-for-AWS-S3-Multipart). +See the Uppy 2.0.0 announcement post about the batch [pre-signing URLs change](https://uppy.io/blog/2021/08/2.0/#Batch-pre-signing-URLs-for-AWS-S3-Multipart). `prepareUploadPart` has been renamed to [`prepareUploadParts`](https://uppy.io/docs/aws-s3-multipart/#prepareUploadParts-file-partData) (plural). See the documentation link on how to use this function.