Przeglądaj źródła

Docs: Workaround for https://github.com/ckeditor/ckeditor5/issues/1798.

Piotrek Koszuliński 6 lat temu
rodzic
commit
b8b298661f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      packages/ckeditor5-ckfinder/src/ckfinder.js

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

@@ -78,7 +78,8 @@ export default class CKFinder extends Plugin {
 /**
  * The configuration options passed to the CKFinder file manager instance.
  *
- * Check the file manager {@glink @ckfinder ckfinder3/#!/api/CKFinder.Config documentation} for the complete list of options.
+ * Check the file manager [documentation](https://ckeditor.com/docs/ckfinder/ckfinder3/#!/api/CKFinder.Config-cfg-language)
+ * for the complete list of options.
  *
  * @member {Object} module:ckfinder/ckfinder~CKFinderConfig#options
  */