Skip to content

Commit a7940cc

Browse files
committed
facebookincubator links : update some outdated links and fix two other broken links where they are actually the latest updated ones
1 parent d7ce137 commit a7940cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

fixtures/attribute-behavior/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Right now, we use a purple outline to call out cases where the assigned property
2626
---
2727

2828

29-
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
29+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
3030

31-
You can find the guide for how to do things in a CRA [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
31+
You can find the guide for how to do things in a CRA [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md).

packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('React hooks DevTools integration', () => {
133133
});
134134

135135
// This test case is based on an open source bug report:
136-
// facebookincubator/redux-react-hook/issues/34#issuecomment-466693787
136+
// https://github.com/facebookincubator/redux-react-hook/issues/34#issuecomment-466693787
137137
it('should handle interleaved stateful hooks (e.g. useState) and non-stateful hooks (e.g. useContext)', () => {
138138
const MyContext = React.createContext(1);
139139

packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ describe('ReactHooksInspectionIntegration', () => {
797797
});
798798

799799
// This test case is based on an open source bug report:
800-
// facebookincubator/redux-react-hook/issues/34#issuecomment-466693787
800+
// https://github.com/facebookincubator/redux-react-hook/issues/34#issuecomment-466693787
801801
it('should properly advance the current hook for useContext', () => {
802802
const MyContext = React.createContext(1);
803803

packages/shared/invokeGuardedCallbackImpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (__DEV__) {
8181
) {
8282
// If document doesn't exist we know for sure we will crash in this method
8383
// when we call document.createEvent(). However this can cause confusing
84-
// errors: https://github.com/facebookincubator/create-react-app/issues/3482
84+
// errors: https://github.com/facebook/create-react-app/issues/3482
8585
// So we preemptively throw with a better message instead.
8686
invariant(
8787
typeof document !== 'undefined',

0 commit comments

Comments
 (0)