浏览代码

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

Docs: Add image upload category.
Maciej 7 年之前
父节点
当前提交
b4d930fb39

+ 1 - 1
packages/ckeditor5-adapter-ckfinder/README.md

@@ -16,7 +16,7 @@ This package implements a CKEditor 5 upload adapter compatible with the [CKFinde
 
 See the ["CKFinder integration" guide](https://ckeditor.com/docs/ckeditor5/latest/features/ckfinder.html) and the [plugin documentation](https://ckeditor.com/docs/ckeditor5/latest/api/adapter-ckfinder.html) to learn how to configure the adapter.
 
-Check out the {@link features/image-upload comprehensive "Image upload" guide} to learn about other ways to upload images into CKEditor 5.
+Check out the {@link features/image-upload/image-upload comprehensive "Image upload overview"} to learn about other ways to upload images into CKEditor 5.
 
 ## License
 

+ 2 - 2
packages/ckeditor5-adapter-ckfinder/src/uploadadapter.js

@@ -16,11 +16,11 @@ import { getCsrfToken } from './utils';
 /**
  * A plugin that enables file uploads in CKEditor 5 using the CKFinder server–side connector.
  *
- * See the {@glink features/ckfinder "CKFinder integration" guide} to learn how to configure
+ * See the {@glink features/image-upload/ckfinder "CKFinder file manager integration" guide} to learn how to configure
  * and use this feature as well as find out more about the full integration with the file manager
  * provided by the {@link module:ckfinder/ckfinder~CKFinder} plugin.
  *
- * Check out the {@glink features/image-upload comprehensive "Image upload" guide} to learn about
+ * Check out the {@glink features/image-upload/image-upload comprehensive "Image upload overview"} to learn about
  * other ways to upload images into CKEditor 5.
  *
  * @extends module:core/plugin~Plugin