8
0
Quellcode durchsuchen

Docs: Fixed invalid link.

Kamil Piechaczek vor 7 Jahren
Ursprung
Commit
b04e51dd77
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitor.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitor.js

@@ -87,7 +87,7 @@ export default class DecoupledEditor extends Editor {
 	}
 
 	/**
-	 * {@link editor-decoupled/decouplededitor~DecoupledEditor} has split UI and the editable elements.
+	 * {@link module:editor-decoupled/decouplededitor~DecoupledEditor} has split UI and the editable elements.
 	 *
 	 * In order to get the UI (toolbar) you should use `editor.ui.view.toolbar.element` and `editor.ui.view.editable.element` for
 	 * the editable area.