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

Docs: Fixed @links broken in the refactoring.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
888f791980
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/ckeditor5-editor-classic/src/classiceditor.js

+ 3 - 3
packages/ckeditor5-editor-classic/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.
 	 */