8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
7af8026f16
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-ckfinder/src/ckfinder.js

+ 2 - 2
packages/ckeditor5-ckfinder/src/ckfinder.js

@@ -70,7 +70,7 @@ export default class CKFinder extends Plugin {
 /**
  * The configuration options passed to the CKFinder file manager instance.
  *
- * Check the file manager {@link @ckfinder ckfinder3/#!/api/CKFinder.Config documentation} for the complete list of options.
+ * Check the file manager {@glink @ckfinder ckfinder3/#!/api/CKFinder.Config documentation} for the complete list of options.
  *
  * @member {Object} module:ckfinder/ckfinder~CKFinderConfig#options
  */
@@ -92,7 +92,7 @@ export default class CKFinder extends Plugin {
  * The path (URL) to the connector which handles the file upload in the CKFinder file manager.
  * When specified, enables the automatic upload of resources such as images inserted into the content.
  *
- * For instance, to use CKFinder's {@link @ckfinder ckfinder3-php/commands.html#command_quick_upload quick upload}
+ * For instance, to use CKFinder's {@glink @ckfinder ckfinder3-php/commands.html#command_quick_upload quick upload}
  * command, your can use the following (or similar) path:
  *
  *		ClassicEditor