From 735e96c68bc2de52033363b1cb74f99bd00d3da4 Mon Sep 17 00:00:00 2001 From: Louis Guitton Date: Sat, 9 May 2020 16:38:53 +0200 Subject: [PATCH] Fix broken link Signed-off-by: Louis Guitton --- docs/3.0.0-beta.x/deployment/heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/deployment/heroku.md b/docs/3.0.0-beta.x/deployment/heroku.md index 3d4f58feb3..5864a5058c 100644 --- a/docs/3.0.0-beta.x/deployment/heroku.md +++ b/docs/3.0.0-beta.x/deployment/heroku.md @@ -91,7 +91,7 @@ npx create-strapi-app my-project --quickstart :::: ::: tip -When you use `--quickstart` to create a Strapi project locally, a **SQLite database** is used which is not compatible with Heroku. Therefore, another database option [must be chosen](#_6-heroku-database-set-up). +When you use `--quickstart` to create a Strapi project locally, a **SQLite database** is used which is not compatible with Heroku. Therefore, another database option [must be chosen](#_7-heroku-database-set-up). ::: #### 4. Update `.gitignore`