Browse Source

Merge branch 'master' into t/87

Maciej Gołaszewski 7 years ago
parent
commit
7f8c123fc1

+ 1 - 1
packages/ckeditor5-upload/package.json

@@ -26,7 +26,7 @@
     "@ckeditor/ckeditor5-typing": "^11.0.2",
     "@ckeditor/ckeditor5-undo": "^10.0.4",
     "eslint": "^5.5.0",
-    "eslint-config-ckeditor5": "^1.0.7",
+    "eslint-config-ckeditor5": "^1.0.9",
     "husky": "^0.14.3",
     "lint-staged": "^7.0.0"
   },

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

@@ -158,16 +158,16 @@ export default class FileRepository extends Plugin {
 			 * **If you see this warning when using one of the {@glink builds/index CKEditor 5 Builds}**
 			 * it means that you did not configure any of the upload adapters available by default in those builds.
 			 *
-			 * See the {@glink features/image-upload comprehensive "Image upload" guide} to learn which upload
+			 * See the {@glink features/image-upload/image-upload comprehensive "Image upload overview"} to learn which upload
 			 * adapters are available in the builds and how to configure them.
 			 *
 			 * **If you see this warning when using a custom build** there is a chance that you enabled
 			 * a feature like {@link module:image/imageupload~ImageUpload},
 			 * or {@link module:image/imageupload/imageuploadui~ImageUploadUI} but you did not enable any upload adapter.
 			 * You can choose one of the existing upload adapters listed in the
-			 * {@glink features/image-upload "Image upload" guide}.
+			 * {@glink features/image-upload/image-upload "Image upload overview"}.
 			 *
-			 * You can also implement your {@glink framework/guides/deep-dive/upload-adapter own upload adapter}.
+			 * You can also implement your {@glink framework/guides/deep-dive/upload-adapter own image upload adapter}.
 			 *
 			 * @error filerepository-no-upload-adapter
 			 */