Skip to content

Commit 08d8b15

Browse files
authored
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.
1 parent 7e91294 commit 08d8b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Make sure to watch your bundle size when implementing react-hot-loader to ensure
184184
* (that's the goal) React-Hot-Loader would not update any object, including component `state`.
185185
* (1%) React-Hot-Loader could not reply some changes you may made in components `constructors`. As long as
186186
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.
187-
React-Hot-Loader knows what class method is, not how you created it. See #1001 for details.
187+
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.
188188

189189
## Recipes
190190

0 commit comments

Comments
 (0)