-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] "Edit this page" link broken #639
Comments
Looks like a concatenated path gone south. Chances are the trailing slash varies based on how you get to a page. Maybe we can normalize the path with a trim slashes. Just gotta find where the logic for this is. |
This is an oddball case. The edit this page link is based on the URL path, and then prepends the github URL. For SETUP.md, there is no /docs/setup/README.md (at GitHub), but rather a file called /docs/SETUP.md Maybe the bit of code that generates the edit this page button/link needs to do a |
Fixes #639 "Edit this page" link broken for /docs/setup
PR #641 should fix this. |
* fix(docs.vue): Fix link to edit setup Fixes #639 "Edit this page" link broken for /docs/setup * fix(docs.vue): Handle edit this page for paths ending in / * fix(docs.vue): Special case for /docs/contributing
The Edit this page link is broken on https://bootstrap-vue.js.org/docs/setup/
The text was updated successfully, but these errors were encountered: