From ce09e12e53d77abedc45cd720173fe06401b9de1 Mon Sep 17 00:00:00 2001 From: Maxime Gabut Date: Wed, 29 Jan 2020 15:31:23 +0100 Subject: [PATCH] Fix link to issue 1001 in readme Use the full URL to link to issue #1001 in the readme. I think the short form that was used (`#1001`) only works in comments and PR messages. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefaaa5dc..9285f2657 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Make sure to watch your bundle size when implementing react-hot-loader to ensure * (that's the goal) React-Hot-Loader would not update any object, including component `state`. * (1%) React-Hot-Loader could not reply some changes you may made in components `constructors`. As long as components would not be recreated - RHL have to _inject_ new data onto existing components, but there is no way to detect the actual change and the way reply it. - React-Hot-Loader knows what class method is, not how you created it. See #1001 for details. + React-Hot-Loader knows what class method is, not how you created it. See [#1001](https://github.com/gaearon/react-hot-loader/issues/1001) for details. ## Recipes