From aff04cd3f9c9eafe9c332b52d7a9ccc74a8f2da1 Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 21 Sep 2023 16:03:28 +0200 Subject: [PATCH] Update xref (#375) --- docs/modules/hive/pages/getting_started/installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/hive/pages/getting_started/installation.adoc b/docs/modules/hive/pages/getting_started/installation.adoc index bf1ba2f2..498f9952 100644 --- a/docs/modules/hive/pages/getting_started/installation.adoc +++ b/docs/modules/hive/pages/getting_started/installation.adoc @@ -13,12 +13,12 @@ First you need to install MinIO and PostgreSQL instances for the Hive metastore. There are 2 ways to install the dependencies: -1. Using xref:stackablectl::index.adoc[stackablectl] +1. Using xref:management:stackablectl:index.adoc[stackablectl] 2. Using Helm === stackablectl -In order to install MinIO and PostgreSQL, you can use the xref:stackablectl::commands/stack.adoc[Stacks] feature of stackablectl. This is for demonstration purposes, a simpler method via Helm is shown <>. +In order to install MinIO and PostgreSQL, you can use the xref:management:stackablectl:commands/stack.adoc[Stacks] feature of stackablectl. This is for demonstration purposes, a simpler method via Helm is shown <>. [source,bash] ----