From 01f10eb7baa6683a569254b00281585f32c86fd3 Mon Sep 17 00:00:00 2001 From: Jody McIntyre Date: Wed, 27 Jan 2016 15:43:51 -0500 Subject: [PATCH] Add a link to the list of supported events --- docs/docs/10.4-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/10.4-test-utils.md b/docs/docs/10.4-test-utils.md index 65d92f2b6a78d..c08899073d48e 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