From e9c5fd164577f9cf4c5e32baeeee58b845b7751b Mon Sep 17 00:00:00 2001 From: Anisur Rahman Date: Tue, 16 Jun 2026 14:36:16 +0600 Subject: [PATCH] Fix broken install links Signed-off-by: Anisur Rahman --- .github/workflows/ci.yml | 2 +- docs/addons/elasticsearch/logical/index.md | 2 +- docs/addons/mariadb/logical/index.md | 2 +- docs/addons/mysql/logical/index.md | 2 +- docs/addons/postgres/logical/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 743c3dc..2da3c5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Check links run: | - liche -r docs -d $(pwd) -c 10 -p -h -l -x '^(.*/docs/{{<.*>}}/.*|.*github.com.*|.*api.slack.com.*|.*askapache.com.*|.*twitter.com.*|.*dev.mysql.com.*|.*linux.die.net.*|.*helm.sh.*|.*aws.amazon.com.*)$' + liche -r docs -d $(pwd) -c 10 -p -h -l -x '^(.*/docs/{{<.*>}}/.*|.*github.com.*|.*api.slack.com.*|.*askapache.com.*|.*twitter.com.*|.*dev.mysql.com.*|.*linux.die.net.*|.*helm.sh.*|.*aws.amazon.com.*|.*kind.sigs.k8s.io.*)$' - name: Create Kubernetes cluster id: kind diff --git a/docs/addons/elasticsearch/logical/index.md b/docs/addons/elasticsearch/logical/index.md index a6c4197..17a86a6 100644 --- a/docs/addons/elasticsearch/logical/index.md +++ b/docs/addons/elasticsearch/logical/index.md @@ -24,7 +24,7 @@ This guide will give you how you can take backup and restore your externally man - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using `Minikube` or `Kind`. - Install `kubedb-kubestash-catalog` in your cluster following the steps [here](https://github.com/kubedb/installer/tree/master/charts/kubedb-kubestash-catalog). -- Install `KubeStash` in your cluster following the steps [here](https://kubestash.com/docs/latest/setup/install/kubestash). +- Install `KubeStash` in your cluster following the steps [here](/docs/setup/install/kubestash/). - Install KubeStash `kubectl` plugin following the steps [here](https://kubestash.com/docs/latest/setup/install/kubectl-plugin/). - If you are not familiar with how KubeStash backup and restore Elasticsearch databases, please check the following guide [here](/docs/addons/elasticsearch/overview/index.md). diff --git a/docs/addons/mariadb/logical/index.md b/docs/addons/mariadb/logical/index.md index 7f1e1c2..b94124a 100644 --- a/docs/addons/mariadb/logical/index.md +++ b/docs/addons/mariadb/logical/index.md @@ -24,7 +24,7 @@ This guide will give you how you can take backup and restore your externally man - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using `Minikube` or `Kind`. - Install `kubedb-kubestash-catalog` in your cluster following the steps [here](https://github.com/kubedb/installer/tree/master/charts/kubedb-kubestash-catalog). -- Install `KubeStash` in your cluster following the steps [here](https://kubestash.com/docs/latest/setup/install/kubestash). +- Install `KubeStash` in your cluster following the steps [here](/docs/setup/install/kubestash/). - Install KubeStash `kubectl` plugin following the steps [here](https://kubestash.com/docs/latest/setup/install/kubectl-plugin/). - If you are not familiar with how KubeStash backup and restore MariaDB databases, please check the following guide [here](/docs/addons/mariadb/overview/index.md). diff --git a/docs/addons/mysql/logical/index.md b/docs/addons/mysql/logical/index.md index 0570099..3381a86 100644 --- a/docs/addons/mysql/logical/index.md +++ b/docs/addons/mysql/logical/index.md @@ -24,7 +24,7 @@ This guide will give you how you can take backup and restore your externally man - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using `Minikube` or `Kind`. - Install `kubedb-kubestash-catalog` in your cluster following the steps [here](https://github.com/kubedb/installer/tree/master/charts/kubedb-kubestash-catalog). -- Install `KubeStash` in your cluster following the steps [here](https://kubestash.com/docs/latest/setup/install/kubestash). +- Install `KubeStash` in your cluster following the steps [here](/docs/setup/install/kubestash/). - Install KubeStash `kubectl` plugin following the steps [here](https://kubestash.com/docs/latest/setup/install/kubectl-plugin/). - If you are not familiar with how KubeStash backup and restore MySQL databases, please check the following guide [here](/docs/addons/mysql/overview/index.md). diff --git a/docs/addons/postgres/logical/index.md b/docs/addons/postgres/logical/index.md index ea44f10..052520f 100644 --- a/docs/addons/postgres/logical/index.md +++ b/docs/addons/postgres/logical/index.md @@ -25,7 +25,7 @@ This guide will give you how you can take backup and restore your externally man - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using `Minikube` or `Kind`. - Install `kubedb-kubestash-catalog` in your cluster following the steps [here](https://github.com/kubedb/installer/tree/master/charts/kubedb-kubestash-catalog). -- Install `KubeStash` in your cluster following the steps [here](https://kubestash.com/docs/latest/setup/install/kubestash). +- Install `KubeStash` in your cluster following the steps [here](/docs/setup/install/kubestash/). - Install KubeStash `kubectl` plugin following the steps [here](https://kubestash.com/docs/latest/setup/install/kubectl-plugin/). - If you are not familiar with how KubeStash backup and restore PostgreSQL databases, please check the following guide [here](/docs/addons/postgres/overview/index.md).