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

Commit

Permalink
Docs: Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Mar 7, 2017
1 parent c46a304 commit 0485f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export default class Link extends Plugin {
}

/**
* Creates the {@link module:ui/balloonpanel/balloonpanelview~BalloonPanelView} instance.
* Creates the {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView} instance.
*
* @private
* @returns {module:ui/balloonpanel/balloonpanelview~BalloonPanelView} Link balloon panel instance.
* @returns {module:ui/panel/balloon/balloonpanelview~BalloonPanelView} Link balloon panel instance.
*/
_createBalloonPanel() {
const editor = this.editor;
Expand Down
4 changes: 2 additions & 2 deletions src/ui/linkformview.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default class LinkFormView extends View {
this.focusTracker = new FocusTracker();

/**
* Instance of the {@link module:core/keystrokehandler~KeystrokeHandler}.
* Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
*
* @readonly
* @member {module:core/keystrokehandler~KeystrokeHandler}
* @member {module:utils/keystrokehandler~KeystrokeHandler}
*/
this.keystrokes = new KeystrokeHandler();

Expand Down

0 comments on commit 0485f9e

Please sign in to comment.