We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f503615 commit e50db44Copy full SHA for e50db44
src/components/Tabs.js
@@ -89,7 +89,7 @@ export default class Tabs extends Component {
89
) {
90
throw new Error(
91
`Switching between controlled mode (by using \`selectedIndex\`) and uncontrolled mode is not supported in \`Tabs\`.
92
-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.`,
93
);
94
}
95
0 commit comments