8
0
Просмотр исходного кода

Docs: Fixed links in the API docs.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
167adba574
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/ckeditor5-upload/src/filerepository.js

+ 3 - 3
packages/ckeditor5-upload/src/filerepository.js

@@ -27,10 +27,10 @@ import uid from '@ckeditor/ckeditor5-utils/src/uid.js';
  * (e.g. {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter} or
  * {@link module:adapter-ckfinder/uploadadapter~CKFinderUploadAdapter}) or write your own one
  * (which boils down to setting the {@link ~FileRepository#createAdapter} factory function – see
- * {@link ~Adapter `Adapter` interface} documentation).
+ * {@link module:upload/filerepository~Adapter `Adapter` interface} documentation).
  *
- * Then, you can use {@link ~FileRepository#createLoader `createLoader()`} and the returned {@link ~FileLoader} instance to
- * load and upload files.
+ * Then, you can use {@link module:upload/filerepository~FileRepository#createLoader `createLoader()`} and the returned
+ * {@link module:upload/filerepository~FileLoader} instance to load and upload files.
  *
  * @extends module:core/plugin~Plugin
  */