Skip to content

Commit 3145639

Browse files
authored
https fb.me links (#11779)
1 parent 48616e5 commit 3145639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-dom/src/client/ReactDOM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (__DEV__) {
8686
warning(
8787
false,
8888
'React depends on Map and Set built-in types. Make sure that you load a ' +
89-
'polyfill in older browsers. http://fb.me/react-polyfills',
89+
'polyfill in older browsers. https://fb.me/react-polyfills',
9090
);
9191
}
9292

packages/shared/ReactDOMFrameScheduling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (__DEV__) {
2828
warning(
2929
false,
3030
'React depends on requestAnimationFrame. Make sure that you load a ' +
31-
'polyfill in older browsers. http://fb.me/react-polyfills',
31+
'polyfill in older browsers. https://fb.me/react-polyfills',
3232
);
3333
}
3434
}

0 commit comments

Comments
 (0)