From 0523b77648ecaac4792f896c6aa1b62366d6dd4a Mon Sep 17 00:00:00 2001 From: Shadab Ansari Date: Sun, 3 Apr 2022 06:33:17 +0530 Subject: [PATCH] (doc) Use https link for directing users to knexjs Signed-off-by: Shadab Ansari --- docs/tutorials/switching-sqlite-postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/switching-sqlite-postgres.md b/docs/tutorials/switching-sqlite-postgres.md index 4914706858..5d4268a4bc 100644 --- a/docs/tutorials/switching-sqlite-postgres.md +++ b/docs/tutorials/switching-sqlite-postgres.md @@ -12,7 +12,7 @@ Once you're ready to deploy Backstage in production, or to have a more persistent development setup, you can switch the Backstage database to PostgreSQL. -Backstage uses the [Knex](http://knexjs.org/) library, making it fairly easy to +Backstage uses the [Knex](https://knexjs.org/) library, making it fairly easy to switch between database backends. ## Install PostgreSQL