Skip to content

Commit

Permalink
docs(snapshot-restore): fix broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Attur <[email protected]>
  • Loading branch information
avishnu committed Jan 23, 2024
1 parent 73c7cd2 commit 28cec01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/snapshot-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Volume restore from an existing snapshot will create an exact replica of a stora

### Step 1: Create a storage class

To begin, you'll need to create a StorageClass that defines the properties of the snapshot to be restored. Refer to [Storage Class Parameters](reference\storage-class-parameters.md) for more details. Use the following command to create the StorageClass:
To begin, you'll need to create a StorageClass that defines the properties of the snapshot to be restored. Refer to [Storage Class Parameters](../reference/storage-class-parameters.md) for more details. Use the following command to create the StorageClass:

{% hint style="info" %}
thin: "true" and repl: "1" is the only supported combination.
Expand Down Expand Up @@ -52,7 +52,7 @@ provisioner: io.openebs.csi-mayastor

### Step 2: Create a snapshot

You need to create a volume snapshot before proceeding with the restore. Follow the steps outlined in [this guide](quickstart/snapshot.md) to create a volume snapshot.
You need to create a volume snapshot before proceeding with the restore. Follow the steps outlined in [this guide](../quickstart/snapshot.md) to create a volume snapshot.

> Note the snapshot's name, for example, **pvc-snap-1**.
Expand Down

0 comments on commit 28cec01

Please sign in to comment.