-
Notifications
You must be signed in to change notification settings - Fork 665
(docs)Update links to "get" #1420
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
Comments
Want to make a PR? |
Yep, I will try to get the docs site spun up on my local and have a go at a PR. Is there a preference between |
Hi! I'd go with https://vue-test-utils.vuejs.org/api/wrapper/get.html since the other "See also" link points to the Thanks for this! :) |
Hey. I updated the links, had some weird caching bugs, but got them sorted. Thanks @novellac for finding this. |
Uh oh!
There was an error while loading. Please reload this page.
Version
1.0.0-beta.31
Reproduction link
https://vue-test-utils.vuejs.org/api/wrapper/find.html
Steps to reproduce
What is expected?
Clicking on the link will lead to a 404.
What is actually happening?
"https://vue-test-utils.vuejs.org/api/get.html" cant' be found, and there is no redirect.
The absolute URL of the correct link could be either: https://vue-test-utils.vuejs.org/api/wrapper/#get OR https://vue-test-utils.vuejs.org/api/wrapper/get.html
The text was updated successfully, but these errors were encountered: