diff --git a/src/components/Tabs.js b/src/components/Tabs.js index 2baf5f19f9..1076c0364a 100644 --- a/src/components/Tabs.js +++ b/src/components/Tabs.js @@ -89,7 +89,7 @@ export default class Tabs extends Component { ) { throw new Error( `Switching between controlled mode (by using \`selectedIndex\`) and uncontrolled mode is not supported in \`Tabs\`. -For more information about controlled and uncontrolled mode of react-tabs see the README.`, +For more information about controlled and uncontrolled mode of react-tabs see https://github.com/reactjs/react-tabs#controlled-vs-uncontrolled-mode.`, ); }