Procházet zdrojové kódy

Docs: Used the link to the new upload adapter deep dive guide in the configuration guide.

Aleksander Nowodzinski před 7 roky
rodič
revize
c9e155edae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/builds/guides/integration/configuration.md

+ 1 - 1
docs/builds/guides/integration/configuration.md

@@ -94,7 +94,7 @@ class MyPlugin {
 }
 ```
 
-An example plugin that you may want to add this way is a {@link module:upload/filerepository~UploadAdapter custom upload adapter}.
+An example plugin that you may want to add this way is a {@link framework/guides/deep-dive/upload-adapter custom upload adapter}.
 
 ```js
 import ClassicEditor from '@ckeditor/ckeditor5-build-classic';