Ver Fonte

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

Aleksander Nowodzinski há 8 anos atrás
pai
commit
ae9e6bd431
1 ficheiros alterados com 1 adições e 1 exclusões
  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.