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

Merge pull request #259 from ckeditor/t/image-upload-docs

Docs: Add image upload category.
Maciej 7 лет назад
Родитель
Сommit
6de7b0021b

+ 1 - 1
packages/ckeditor5-image/src/imageupload.js

@@ -15,7 +15,7 @@ import ImageUploadEditing from './imageupload/imageuploadediting';
 /**
  * The image upload plugin.
  *
- * For a detailed overview, check the {@glink features/image-upload image upload feature} documentation.
+ * For a detailed overview, check the {@glink features/image-upload/image-upload image upload feature} documentation.
  *
  * This plugin does not do anything directly, but it loads a set of specific plugins to enable image uploading:
  *

+ 1 - 1
packages/ckeditor5-image/src/imageupload/imageuploadui.js

@@ -15,7 +15,7 @@ import { isImageType } from './utils';
 /**
  * The image upload button plugin.
  *
- * For a detailed overview, check the {@glink features/image-upload Image upload feature} documentation.
+ * For a detailed overview, check the {@glink features/image-upload/image-upload Image upload feature} documentation.
  *
  * Adds the `'imageUpload'` button to the {@link module:ui/componentfactory~ComponentFactory UI component factory}.
  *