From 4f29d07e72af17b8092faf9a75c271044efa8159 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 11 Dec 2023 13:45:36 -0800 Subject: [PATCH] stashed/docs Signed-off-by: Tamal Saha --- docs/guides/platforms/aks/index.md | 2 +- docs/guides/platforms/minio/index.md | 2 +- docs/guides/platforms/rook/index.md | 2 +- docs/guides/use-cases/pause-backup/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/platforms/aks/index.md b/docs/guides/platforms/aks/index.md index 7d536913..bf4eb3a7 100644 --- a/docs/guides/platforms/aks/index.md +++ b/docs/guides/platforms/aks/index.md @@ -48,7 +48,7 @@ standard kubernetes.io/azure-disk 3m Here, we have `standard` StorageClass in our cluster. -> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/aks/examples](/docs/guides/platforms/aks/examples) directory of [stashed/doc](https://github.com/stashed/doc) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/aks/examples](/docs/guides/platforms/aks/examples) directory of [stashed/docs](https://github.com/stashed/docs) repository. ## Backup the Volume of a Deployment diff --git a/docs/guides/platforms/minio/index.md b/docs/guides/platforms/minio/index.md index 8a66bce2..3ff08c14 100644 --- a/docs/guides/platforms/minio/index.md +++ b/docs/guides/platforms/minio/index.md @@ -48,7 +48,7 @@ standard (default) k8s.io/minikube-hostpath 130m Here, we have `standard` StorageClass in our cluster. -> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/minio/examples](/docs/guides/platforms/minio/examples) directory of [stashed/doc](https://github.com/stashed/doc) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/minio/examples](/docs/guides/platforms/minio/examples) directory of [stashed/docs](https://github.com/stashed/docs) repository. ## Backup the Volume of a Deployment diff --git a/docs/guides/platforms/rook/index.md b/docs/guides/platforms/rook/index.md index 3c304007..216169a0 100644 --- a/docs/guides/platforms/rook/index.md +++ b/docs/guides/platforms/rook/index.md @@ -36,7 +36,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/rook/examples](/docs/guides/platforms/rook/examples) directory of [stashed/doc](https://github.com/stashed/doc) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/platforms/rook/examples](/docs/guides/platforms/rook/examples) directory of [stashed/docs](https://github.com/stashed/docs) repository. **Choosing StorageClass:** diff --git a/docs/guides/use-cases/pause-backup/index.md b/docs/guides/use-cases/pause-backup/index.md index f09754f6..47007d19 100644 --- a/docs/guides/use-cases/pause-backup/index.md +++ b/docs/guides/use-cases/pause-backup/index.md @@ -34,7 +34,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in [docs/guides/use-cases/pause-backup/examples](https://github.com/stashed/docs/raw/{{< param "info.version" >}}/docs/guides/use-cases/pause-backup/examples) directory of [stashed/doc](https://github.com/stashed/doc) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/use-cases/pause-backup/examples](https://github.com/stashed/docs/raw/{{< param "info.version" >}}/docs/guides/use-cases/pause-backup/examples) directory of [stashed/docs](https://github.com/stashed/docs) repository. ## Configure Backup