Bläddra i källkod

Add image upload category in the documentation.

Maciej Gołaszewski 7 år sedan
förälder
incheckning
1372a361b4

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

@@ -15,7 +15,7 @@ import ImageUploadEditing from './imageupload/imageuploadediting';
 /**
 /**
  * The image upload plugin.
  * 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:
  * 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.
  * 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}.
  * Adds the `'imageUpload'` button to the {@link module:ui/componentfactory~ComponentFactory UI component factory}.
  *
  *