From 08d8b15f46291217c527ef4a347d7f60846c55bf Mon Sep 17 00:00:00 2001 From: Maxime Gabut Date: Tue, 11 Feb 2020 04:40:57 +0100 Subject: [PATCH] Fix link to issue 1001 in readme (#1415) 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 9865aaa10..05e156693 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