From 78afb44c6a4f94341225f86a1f183f8397b72174 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 19 Jun 2017 12:54:57 +0200 Subject: [PATCH] Docs: Fixed @links broken in the refactoring. --- src/classiceditor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/classiceditor.js b/src/classiceditor.js index 4c6aacb..cb362b2 100644 --- a/src/classiceditor.js +++ b/src/classiceditor.js @@ -4,7 +4,7 @@ */ /** - * @module editor-classic/classic + * @module editor-classic/classiceditor */ import StandardEditor from '@ckeditor/ckeditor5-core/src/editor/standardeditor'; @@ -74,8 +74,8 @@ export default class ClassicEditor extends StandardEditor { * console.error( err.stack ); * } ); * - * @param {HTMLElement} element See {@link module:editor-classic/classic~ClassicEditor#constructor}'s parameters. - * @param {Object} config See {@link module:editor-classic/classic~ClassicEditor#constructor}'s parameters. + * @param {HTMLElement} element See {@link module:editor-classic/classiceditor~ClassicEditor#constructor}'s parameters. + * @param {Object} config See {@link module:editor-classic/classiceditor~ClassicEditor#constructor}'s parameters. * @returns {Promise} A promise resolved once the editor is ready. * @returns {module:core/editor/standardeditor~StandardEditor} return.editor The editor instance. */