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