-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
@@ -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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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).
There is a conflict in your branch that needs to be resolved. Most likely, you haven't rebased your local branch with the remote. |
Signed-off-by: Vikas Gaur <[email protected]>
@avishnu @tiagolobocastro I've fixed the conflict. Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.