From 3251017d474500fb4634e6271558857ef72808c2 Mon Sep 17 00:00:00 2001 From: Ryan Silva Date: Wed, 5 Feb 2020 14:15:07 -0800 Subject: [PATCH] Fix keyBindingFn documentation URL Summary: Current URL is incorrect. Updated to the correct link. Reviewed By: mrkev Differential Revision: D19723305 fbshipit-source-id: 562c204e0d42f1535750b12c5eac62a0e759817d --- src/component/base/DraftEditor.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/base/DraftEditor.react.js b/src/component/base/DraftEditor.react.js index 36d8ddc2e8..2e550cbe20 100644 --- a/src/component/base/DraftEditor.react.js +++ b/src/component/base/DraftEditor.react.js @@ -247,7 +247,7 @@ class DraftEditor extends React.Component { `Supplying an \`${propName}\` prop to \`DraftEditor\` has ` + 'been deprecated. If your handler needs access to the keyboard ' + 'event, supply a custom `keyBindingFn` prop that falls back to ' + - 'the default one (eg. https://is.gd/RG31RJ).', + 'the default one (eg. https://is.gd/wHKQ3W).', ); } });