From 2979f30087d7e9ee4600e5a260997b79e816f593 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Wed, 21 Apr 2021 14:58:49 -0700 Subject: [PATCH] Fix strapi links (#24330) Fix broken links on the `cms-strapi` example. - [x] https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.html - [x] https://github.com/strapi/strapi-starter-next-blog/blob/23b184781a3f219ad472f6a2c3a3d239a3d16513/backend/extensions/upload/config/settings.js ## Documentation / Examples - [x] Make sure the linting passes --- examples/cms-strapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-strapi/README.md b/examples/cms-strapi/README.md index 2e2c23377c470..2ef34cf7d1ce5 100644 --- a/examples/cms-strapi/README.md +++ b/examples/cms-strapi/README.md @@ -179,7 +179,7 @@ You should now be able to see the draft post. To exit the preview mode, you can ### Step 10. Deploy Strapi -To deploy to production, you must first deploy your Strapi app. The Strapi app for our demo at https://next-blog-strapi.vercel.app/ is deployed to Heroku ([here’s the documentation](https://strapi.io/documentation/v3.x/deployment/heroku.html)) and uses Cloudinary for image hosting ([see this file](https://github.com/strapi/strapi-starter-next-blog/blob/master/backend/extensions/upload/config/settings.js)). +To deploy to production, you must first deploy your Strapi app. The Strapi app for our demo at https://next-blog-strapi.vercel.app/ is deployed to Heroku ([here’s the documentation](https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.html)) and uses Cloudinary for image hosting ([see this file](https://github.com/strapi/strapi-starter-next-blog/blob/23b184781a3f219ad472f6a2c3a3d239a3d16513/backend/extensions/upload/config/settings.js)). ### Step 11. Deploy on Vercel