From 151c961b13ca664e31fd52e87d9939e546ab46f3 Mon Sep 17 00:00:00 2001 From: Jennifer Kaplan Abowd Date: Tue, 9 Apr 2019 23:05:16 -0400 Subject: [PATCH] Updated URL to example (#8298) I got married and changed my last name. This is updating the URL to match my new GitHub URL. --- docs/Webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).