diff --git a/docs/docs/10.4-test-utils.md b/docs/docs/10.4-test-utils.md index 65d92f2b6a7..c08899073d4 100644 --- a/docs/docs/10.4-test-utils.md +++ b/docs/docs/10.4-test-utils.md @@ -43,7 +43,7 @@ ReactTestUtils.Simulate.keyDown(node, {key: "Enter", keyCode: 13, which: 13}); *Note that you will have to provide any event property that you're using in your component (e.g. keyCode, which, etc...) as React is not creating any of these for you.* -`Simulate` has a method for every event that React understands. +`Simulate` has a method for [every event that React understands](/react/docs/events.html#supported-events). ### renderIntoDocument