8
0
Просмотр исходного кода

Docs: Fixed broken link in the link plugin.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
03adbb2333
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-link/src/link.js

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

@@ -357,7 +357,7 @@ export default class Link extends Plugin {
 	 * Makes the UI react to the {@link module:engine/view/document~Document#event:render} in the view
 	 * document to reposition itself as the document changes.
 	 *
-	 * See: {@link _hideUI} to learn when the UI stops reacting to the `render` event.
+	 * See: {@link #_hideUI} to learn when the UI stops reacting to the `render` event.
 	 *
 	 * @protected
 	 */