diff --git a/packages/errors/__snapshot-html__/EXPERIMENTAL_SESSION_SUPPORT_REMOVED.html b/packages/errors/__snapshot-html__/EXPERIMENTAL_SESSION_SUPPORT_REMOVED.html index e04c72ab0d68..9b86f4dc903b 100644 --- a/packages/errors/__snapshot-html__/EXPERIMENTAL_SESSION_SUPPORT_REMOVED.html +++ b/packages/errors/__snapshot-html__/EXPERIMENTAL_SESSION_SUPPORT_REMOVED.html @@ -36,5 +36,5 @@
The experimentalSessionSupport configuration option was removed in Cypress version 9.6.0 and replaced with experimentalSessionAndOrigin. Please update your config to use experimentalSessionAndOrigin instead.
 
-https://on.cypress.io/migration-guide
+https://on.cypress.io/session
 
\ No newline at end of file diff --git a/packages/errors/src/errors.ts b/packages/errors/src/errors.ts index c6dd76ca8c26..10e6113467bf 100644 --- a/packages/errors/src/errors.ts +++ b/packages/errors/src/errors.ts @@ -1054,7 +1054,7 @@ export const AllCypressErrors = { return errTemplate`\ The ${fmt.highlight(`experimentalSessionSupport`)} configuration option was removed in ${fmt.cypressVersion(`9.6.0`)} and replaced with ${fmt.highlight(`experimentalSessionAndOrigin`)}. Please update your config to use ${fmt.highlight(`experimentalSessionAndOrigin`)} instead. - https://on.cypress.io/migration-guide` + https://on.cypress.io/session` }, EXPERIMENTAL_SHADOW_DOM_REMOVED: () => { return errTemplate`\