瀏覽代碼

Docs: Fixed broken links.

Aleksander Nowodzinski 8 年之前
父節點
當前提交
d8516cd0de
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      packages/ckeditor5-link/src/link.js
  2. 2 2
      packages/ckeditor5-link/src/ui/linkformview.js

+ 2 - 2
packages/ckeditor5-link/src/link.js

@@ -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;

+ 2 - 2
packages/ckeditor5-link/src/ui/linkformview.js

@@ -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();