-
Notifications
You must be signed in to change notification settings - Fork 668
docs: Broken links #805
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
These links open not really as I expect In the same window too. In fact, these are the sections of the same document: look at the navigation, and after all you can simply scroll down to them. But when you click at the link - it opens as separate document. |
Some research. When you just click the link, it opens with url:https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-jest.html (see the upper case!) - the Vue works it out fine. When you open it in new tab/window - the page first blinks like something is there, and then it's 404. And the url is all lowercase. So maybe it's some deeper problem in Vue itself, I'm not so deep in it. |
The links in the side nav and the article both work fine for me. Which link is it that you have this problem with? The links in the side nav, or the links in article? |
In the article. |
Some more research. Right click the link, "Open in new window" = blink, 404. Firefox Linux, Chromium Linux, Chrome WinXP-32 |
I have same problem on Windows 10 and Chrome Canary. Sometimes it works on incognito mode, though. Maybe it's a conflict with some browser extension? |
Version
1.0.0-beta.20
Reproduction link
https://vue-test-utils.vuejs.org/guides/#testing-single-file-components
Steps to reproduce
Open https://vue-test-utils.vuejs.org/guides/#testing-single-file-components
Try to open in new tab this links:
What is expected?
Open docs section in new tab
What is actually happening?
404 error
The text was updated successfully, but these errors were encountered: