Explorar el Código

Docs: Fixed links.

Piotrek Koszuliński hace 7 años
padre
commit
7af8026f16
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.
  * 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
  * @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.
  * 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.
  * 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:
  * command, your can use the following (or similar) path:
  *
  *
  *		ClassicEditor
  *		ClassicEditor