소스 검색

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