浏览代码

Docs: Fixed a broken @link in the ButtonView class.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
ae9e6bd431
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/src/button/buttonview.js

+ 1 - 1
packages/ckeditor5-ui/src/button/buttonview.js

@@ -61,7 +61,7 @@ export default class ButtonView extends View {
 		this.set( 'tooltip' );
 
 		/**
-		 * The position of the tooltip. See {@link ui/tooltip/tooltipview~TooltipView#position}
+		 * The position of the tooltip. See {@link module:ui/tooltip/tooltipview~TooltipView#position}
 		 * to learn more about the available position values.
 		 *
 		 * **Note:** It makes sense only when the {@link #tooltip} is active.