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).', ); } });