Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docs: Authorization - Fix Broken Image URLs
The images on the
authorization
docs page are currently not displayed, due to the wrong src path.How to use
Visit the current
authorization
docs page: https://kinvolk.io/docs/nebraska/latest/authorization/ to see that they are currently broken.Testing done
I changed the
/./
to/../
for the image src paths viaInspect Element
on the current docs page (https://kinvolk.io/docs/nebraska/latest/authorization/) to check if the changes work currently.