diff --git a/guides/release-process.md b/guides/release-process.md index 2f96cceab66b..2378ff136f3f 100644 --- a/guides/release-process.md +++ b/guides/release-process.md @@ -141,7 +141,7 @@ _Note: It is advisable to notify the team that the `develop` branch is locked do - Optionally, do more thorough tests, for example test the new version of Cypress against the Cypress Cloud repo. 11. Review the release-specific documentation and changelog PR in [cypress-documentation](https://github.com/cypress-io/cypress-documentation). If there is not already a release-specific PR open, create one. - - Copy the changelog content for this version from the release PR above into `/docs/guides/references/changelog.mdx`. Adjust any `docs.cypress.io` links to use host-relative paths. + - Copy the changelog content for this version from the release PR above into `/docs/app/references/changelog.mdx`. Adjust any `docs.cypress.io` links to use host-relative paths. - Merge any release-specific documentation changes into the main release PR. - You can view the doc's [branch deploy preview](https://github.com/cypress-io/cypress-documentation/blob/master/CONTRIBUTING.md#pull-requests) by clicking 'Details' on the PR's `netlify-cypress-docs/deploy-preview` GitHub status check.