Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(snapshot.md): fixed broken urls again using absolute path #195

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Currently, Mayastor supports the following operations related to volume snapshot
## 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](https://mayastor.gitbook.io/introduction/quickstart/deploy-mayastor.md) and create disk pools.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previous PR had used relative path, example: ../
If that works it'd be better IMHO

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tried using the relative path but it's not working. So, I've used the absolute path to fix the issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The relative path change is already live, but not working. Not sure of the reason. Also noticed that elsewhere in the docs, we seem to have used absolute paths (except SUMMARY which is at top-level).

2. Create a Mayastor StorageClass with single replica.

{% hint style="note" %}
Expand Down Expand Up @@ -68,7 +68,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](https://mayastor.gitbook.io/introduction/quickstart/deploy-a-test-application.md) steps and check if the status of the PVC is **Bound**.

{% tabs %}
{% tab title="Command" %}
Expand All @@ -86,7 +86,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](https://mayastor.gitbook.io/introduction/quickstart/deploy-a-test-application.md) steps.


----------
Expand Down
Loading