Skip to content

Commit

Permalink
stashed/docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 11, 2023
1 parent 2d9599c commit 4f29d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/platforms/aks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/platforms/minio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/platforms/rook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/use-cases/pause-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f29d07

Please sign in to comment.