diff --git a/README.md b/README.md index a13a920..cb97220 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This template demonstrates building Directus for Heroku. It contains addons to l ## File uploads -Make sure to configure the storage settings for your project, otherwise you won't be able to upload files to your instance. This template has some placeholder settings to guide on how to configure storage using DigitalOcean spaces, but you can use any (non local) compatible storage service in Heroku. For more information on how to configure Directus storage, check our [supported environment variables](https://docs.directus.io/reference/environment-variables/#file-storage). +Make sure to configure the storage settings for your project, otherwise you won't be able to upload files to your instance. This template has some placeholder settings to guide on how to configure storage using DigitalOcean spaces, but you can use any (non local) compatible storage service in Heroku. For more information on how to configure Directus storage, check our [supported environment variables](https://docs.directus.io/configuration/config-options/#file-storage). ## Post-install @@ -33,7 +33,7 @@ After you log in for the first time, be sure to update your email and password i ### Database -This template uses PostgreSQL, but Directus supports [a number of other options](https://docs.directus.io/guides/installation/cli.html#_1-confirm-minimum-requirements-are-met) that can be easily substituted using other Heroku addons. +This template uses PostgreSQL, but Directus supports [a number of other options](https://docs.directus.io/getting-started/installation/cli/#_1-confirm-minimum-requirements) that can be easily substituted using other Heroku addons. - [MySQL](https://elements.heroku.com/addons/jawsdb) - [PostgreSQL](https://elements.heroku.com/addons/heroku-postgresql) @@ -42,4 +42,4 @@ This template uses PostgreSQL, but Directus supports [a number of other options] ## References * [Directus Documentation](https://docs.directus.io/getting-started/introduction.html) -* [Heroku Documentation](https://devcenter.heroku.com/articles/getting-started-with-nodejs) \ No newline at end of file +* [Heroku Documentation](https://devcenter.heroku.com/articles/getting-started-with-nodejs)