From 70a55efa8df161a6119c2ae47df710cb61575bd0 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Wed, 31 Jan 2018 17:37:03 +0100 Subject: [PATCH] Docs: Fixed broken link in the link plugin. --- src/link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/link.js b/src/link.js index 2f35117..8252c04 100644 --- a/src/link.js +++ b/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 */