From 0a541453451f165c70b68545aac00f151d84a75a Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Fri, 31 Jan 2025 11:35:00 -0300 Subject: [PATCH] docs: fix tutorial link Signed-off-by: Rogerio Angeliski --- docs/getting-started/keeping-backstage-updated.md | 2 +- docs/tutorials/configuring-plugin-databases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/keeping-backstage-updated.md b/docs/getting-started/keeping-backstage-updated.md index 948fa9c273..a44cb3c8bc 100644 --- a/docs/getting-started/keeping-backstage-updated.md +++ b/docs/getting-started/keeping-backstage-updated.md @@ -163,4 +163,4 @@ export YARN_HTTPS_PROXY=${HTTPS_PROXY} # optional ## Rollback migrations -In some cases you could need to downgrade Backstage instance due to some problem or maybe because you are using a test environment to validate the new version of Backstage. You can check the [Manual Rollback using Knex](./manual-knex-rollback.md) guide to know how to rollback migrations using Knex. +In some cases you could need to downgrade Backstage instance due to some problem or maybe because you are using a test environment to validate the new version of Backstage. You can check the [Manual Rollback using Knex](../tutorials/manual-knex-rollback.md) guide to know how to rollback migrations using Knex. diff --git a/docs/tutorials/configuring-plugin-databases.md b/docs/tutorials/configuring-plugin-databases.md index 264845a99c..c6d9869d38 100644 --- a/docs/tutorials/configuring-plugin-databases.md +++ b/docs/tutorials/configuring-plugin-databases.md @@ -186,6 +186,6 @@ deployment situations. Good luck! If you want to read more about the database configuration, here are some helpful links: -- [Manual Knex Rollback](../../tutorials/manual-knex-rollback.md) +- [Manual Knex Rollback](./manual-knex-rollback.md) - [Read more about Knex](http://knexjs.org/), the database wrapper that we use. - [Install `pgAdmin` 4](https://www.pgadmin.org/), a helpful tool for querying your database.