diff --git a/docs/02-get-started/01-quick-install.md b/docs/02-get-started/01-quick-install.md index 936c25d7b6f3..3eb44e5eb922 100644 --- a/docs/02-get-started/01-quick-install.md +++ b/docs/02-get-started/01-quick-install.md @@ -83,4 +83,5 @@ To get started with Kyma, let's quickly install it with specific modules first. ## Related links -To see the list of all available Kyma modules, go to [Kyma modules](../06-modules/README.md). +- To see the list of all available Kyma modules, go to [Kyma modules](../06-modules/README.md). +- To learn how to [uinstall and upgrade Kyma with a module](./08-uninstall-upgrade-kyma-module.md). diff --git a/docs/04-operation-guides/operations/README.md b/docs/04-operation-guides/operations/README.md index 305aa101ce50..d5a9afe67ee3 100644 --- a/docs/04-operation-guides/operations/README.md +++ b/docs/04-operation-guides/operations/README.md @@ -6,5 +6,6 @@ Here you can find general instructions on how to maintain Kyma. This is a complete list of Kyma operation guides: -* [Back up Kyma](10-backup-kyma.md) -* [Access Kyma application logs](obsv-01-access-logs.md) +* [Back up Kyma](./10-backup-kyma.md) +* [Access Kyma application logs](./obsv-01-access-logs.md) +* [Uninstall and upgrade Kyma with a module](../../02-get-started/08-uninstall-upgrade-kyma-module.md)