From 5527a89aed9f7380cbabbd8638e56386747c216c Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 7 Oct 2021 03:34:29 -0700 Subject: [PATCH] Fix rook links Signed-off-by: Tamal Saha --- docs/guides/latest/platforms/rook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/latest/platforms/rook.md b/docs/guides/latest/platforms/rook.md index d24729f3..bb625863 100644 --- a/docs/guides/latest/platforms/rook.md +++ b/docs/guides/latest/platforms/rook.md @@ -27,7 +27,7 @@ This guide will show you how to use Stash to backup and restore volumes of a Kub - [BackupSession](/docs/concepts/crds/backupsession.md) - [RestoreSession](/docs/concepts/crds/restoresession.md) - [Repository](/docs/concepts/crds/repository.md) -- You will need a [Rook](https://rook.io/docs/rook/master/ceph-quickstart.html) deployment with [Ceph Object Storage](https://rook.io/docs/rook/v1.0/ceph-object.html) and [Ceph Block Storage](https://rook.io/docs/rook/v1.0/ceph-block.html) configured. If you do not already have a Rook Storage Service configured, you can create one by following this [quickstart](https://rook.io/docs/rook/v1.0/ceph-quickstart.html) guide. +- You will need a [Rook](https://rook.io/docs/rook/v1.7/quickstart.html) deployment with [Ceph Object Storage](https://rook.io/docs/rook/v1.7/ceph-object.html) and [Ceph Block Storage](https://rook.io/docs/rook/v1.7/ceph-block.html) configured. If you do not already have a Rook Storage Service configured, you can create one by following this [quickstart](https://rook.io/docs/rook/v1.7/quickstart.html) guide. To keep everything isolated, we are going to use a separate namespace called `demo` throughout this tutorial.