Skip to content

Commit 4cb5774

Browse files
authored
chore: update the unsupported framework on link to point to the supported frameworks page (#30841)
1 parent 59c47d2 commit 4cb5774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npm/angular/src/mount.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function cleanup () {
8686
} catch (e) {
8787
const notSupportedError = new Error(`Failed to teardown component. The version of Angular you are using may not be officially supported.`)
8888

89-
;(notSupportedError as any).docsUrl = 'https://on.cypress.io/component-framework-configuration'
89+
;(notSupportedError as any).docsUrl = 'https://on.cypress.io/frameworks'
9090
throw notSupportedError
9191
}
9292

npm/webpack-dev-server/src/devServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function getPreset (devServerConfig: WebpackDevServerConfig): Promise<Opti
119119
return defaultWebpackModules()
120120

121121
default:
122-
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/component-framework-configuration to see a list of supported frameworks`)
122+
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/frameworks to see a list of supported frameworks`)
123123
}
124124
}
125125

0 commit comments

Comments
 (0)