diff --git a/docs/Webpack.md b/docs/Webpack.md index 0b5924670ed8..116d3c854142 100644 --- a/docs/Webpack.md +++ b/docs/Webpack.md @@ -230,4 +230,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferkaplannyc/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example).