Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update directus docs urls #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand All @@ -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)
* [Heroku Documentation](https://devcenter.heroku.com/articles/getting-started-with-nodejs)