diff --git a/quickstart/deploy-mayastor.md b/quickstart/deploy-mayastor.md index 5f8fd85..70ab7c3 100644 --- a/quickstart/deploy-mayastor.md +++ b/quickstart/deploy-mayastor.md @@ -3,7 +3,7 @@ ## Overview {% hint style="note" %} -Before deploying and using Mayastor please consult the [Known Issues](https://mayastor.gitbook.io/introduction/quickstart/known-issues) section of this guide. +Before deploying and using Mayastor please consult the [Known Issues](../quickstart/known-issues.md) section of this guide. {% endhint %} The steps and commands which follow are intended only for use in conjunction with Mayastor version(s) 2.1.x and above. diff --git a/reference/snapshot.md b/reference/snapshot.md index 10e3f01..1ecb8e5 100644 --- a/reference/snapshot.md +++ b/reference/snapshot.md @@ -32,7 +32,7 @@ The current version does not support creation of a clone or a new volume from a ## Prerequisites -1. Deploy and configure Mayastor by following the steps given [here](quickstart/deploy-mayastor.md) and create disk pools. +1. Deploy and configure Mayastor by following the steps given [here](../quickstart/deploy-mayastor.md) and create disk pools. 2. Create a Mayastor StorageClass with single replica. {% hint style="note" %} @@ -72,7 +72,7 @@ provisioner: io.openebs.csi-mayastor {% endtab %} {% endtabs %} -3. Create a PVC using [these](quickstart/deploy-a-test-application.md) steps and check if the status of the PVC is **Bound**. +3. Create a PVC using [these](../quickstart/deploy-a-test-application.md) steps and check if the status of the PVC is **Bound**. {% tabs %} {% tab title="Command" %} @@ -90,7 +90,7 @@ ms-volume-claim Bound pvc-fe1a5a16-ef70-4775-9eac-2f9c67b3cd5b 1Gi > Copy the PVC name, for example, `ms-volume-claim`. -4. (Optional) Create an application by following [these](quickstart/deploy-a-test-application.md) steps. +4. (Optional) Create an application by following [these](../quickstart/deploy-a-test-application.md) steps. ----------