Browse Source

Docs: Fixed a broken installation path in the Simple upload adapter guide.

Aleksander Nowodzinski 6 years ago
parent
commit
cdeaee9ec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-upload/docs/features/simple-upload-adapter.md

+ 1 - 1
packages/ckeditor5-upload/docs/features/simple-upload-adapter.md

@@ -29,7 +29,7 @@ npm install --save @ckeditor/ckeditor5-upload
 Then add the {@link module:upload/adapters/simpleuploadadapter~SimpleUploadAdapter SimpleUploadAdapter} to your plugin list and [configure](#configuration) the feature. For instance:
 
  ```js
-import SimpleUploadAdapter from '@ckeditor/ckeditor5-upload/src/simpleuploadadapter';
+import SimpleUploadAdapter from '@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter';
 
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {