Skip to content

Commit 534225a

Browse files
jheijmansnate770
authored andcommitted
Fixing the code splitting links in the ESLint output (facebook#5586)
1 parent ddabea8 commit 534225a

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-config-react-app

1 file changed

+2
-2
lines changed

Diff for: packages/eslint-config-react-app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ module.exports = {
167167
object: 'require',
168168
property: 'ensure',
169169
message:
170-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
170+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
171171
},
172172
{
173173
object: 'System',
174174
property: 'import',
175175
message:
176-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
176+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
177177
},
178178
],
179179
'getter-return': 'warn',

0 commit comments

Comments
 (0)