-
Notifications
You must be signed in to change notification settings - Fork 1.1k
9.5.2 Changelog #4387
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
9.5.2 Changelog #4387
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/cypress-io/cypress-documentation/2bbRE9Xwnvvg6efPs3jK6yPkxnpd |
content/_changelogs/9.5.2.md
Outdated
browser. Fixes [#20496](https://github.com/cypress-io/cypress/issues/20496). | ||
- Updates were made to the pre-release build setup such that Cypress will use a | ||
unique cache folder for each | ||
[pre-release installation](https://docs.cypress.io/guides/getting-started/installing-cypress#Install-pre-release-version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be a relative link within the docs, so we don't end up in dead links later on.
Co-authored-by: Matt Schile <mschile@gmail.com>
content/_changelogs/9.5.2.md
Outdated
browser. Fixes [#20496](https://github.com/cypress-io/cypress/issues/20496). | ||
- Updates were made to the pre-release build setup such that Cypress will use a | ||
unique cache folder for each | ||
[pre-release installation](../guides/getting-started/installing-cypress.md#Install-pre-release-version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Links to internal docs are not relative. They should be a path that corresponds with a corresponding guide as defined in our doc structure.
[pre-release installation](../guides/getting-started/installing-cypress.md#Install-pre-release-version) | |
[pre-release installation](/guides/getting-started/installing-cypress.md#Install-pre-release-version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oof. I forgot... we should writing a markdown linter rule to check this
No description provided.