Convert https://docs.cypress.io/ links to local #6055
Merged
+10
−10
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.
Issue
Source links stored in
*.mdx
files with the published domain namehttps://docs.cypress.io/...
are not portable and may produce unexpected results when testing locally underlocalhost
.Secondly, Docusaurus does not report errors for links with external domains, meaning errors may go undetected. It only checks local links.
Missing target bookmarks
The following links resolve to a page, however the corresponding bookmark is missing from the page and so, when the link is used, the cursor is placed at the top of the page, leaving the reader to figure out what was intended:
Is-everything-captured-and-replayed-in-Test-Replay
is missing. This is logged as a separate issue Orphaned Test Replay limitations link #6054.Clicking-on-Commands
is missing.Change
Remove the external part of URLs in
*.mdx
file links containinghttps://docs.cypress.io/...
Change https://docs.cypress.io/app/core-concepts/open-mode#Clicking-on-Commands to the internal link
/app/core-concepts/open-mode#Command-Log