Преглед на файлове

Merge branch t/ckeditor5-dev/365

Docs: Fixed a couple of links. See ckeditor/ckeditor5-dev#365.
Piotrek Koszuliński преди 7 години
родител
ревизия
0bda38604f
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      packages/ckeditor5-editor-balloon/src/ballooneditor.js

+ 3 - 3
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -24,7 +24,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
  * See the {@glink examples/builds/balloon-editor demo}.
  *
  * In order to create a balloon editor instance, use the static
- * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`} method.
+ * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`} method.
  *
  * # Balloon editor and balloon build
  *
@@ -38,7 +38,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
  * Using the editor from source gives much better flexibility and allows easier customization.
  *
  * Read more about initializing the editor from source or as a build in
- * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`}.
+ * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`}.
  *
  * @mixes module:core/editor/utils/dataapimixin~DataApiMixin
  * @mixes module:core/editor/utils/elementapimixin~ElementApiMixin
@@ -50,7 +50,7 @@ export default class BalloonEditor extends Editor {
 	 * Creates an instance of the balloon editor.
 	 *
 	 * **Note:** do not use the constructor to create editor instances. Use the static
-	 * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`} method instead.
+	 * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`} method instead.
 	 *
 	 * @protected
 	 * @param {HTMLElement} element The DOM element that will be the source for the created editor