Skip to content

Commit 6221d14

Browse files
Update no-deprecated-experimental-components.js
1 parent 82a7d03 commit 6221d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-deprecated-experimental-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
// eslint-disable-next-line i18n-text/no-en
5656
const message = `The experimental ${components.join(', ')} ${
5757
components.length > 1 ? 'are' : 'is'
58-
} deprecated. Please import from the stable entrypoint (@primer/react) if available, or check https://primer.style/product/components/ for alternative components.`
58+
} deprecated. Please import from the stable entrypoint (@primer/react) if available. Check https://primer.style/product/getting-started/react/migration-guides/ for migration guidance or https://primer.style/product/components/ for alternative components.`
5959

6060
context.report({
6161
node,

0 commit comments

Comments
 (0)