Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit cb72e33

Browse files
committed
Docs: Fixed broken link. Closes #486.
1 parent ffec16a commit cb72e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/button/switchbuttonview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import '../../theme/components/button/switchbutton.css';
2626
*
2727
* document.body.append( view.element );
2828
*
29-
* @extends module:ui/buttonview~ButtonView
29+
* @extends module:ui/button/buttonview~ButtonView
3030
*/
3131
export default class SwitchButtonView extends ButtonView {
3232
/**

0 commit comments

Comments
 (0)