Explorar el Código

Correct docs links to final page to not redirect user unnecessarily

Mateusz Samsel hace 7 años
padre
commit
e01289439d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-cloud-services/src/cloudservices.js

+ 1 - 1
packages/ckeditor5-cloud-services/src/cloudservices.js

@@ -100,7 +100,7 @@ CloudServices.Token = Token;
  * if they should have access e.g. to upload files with Easy Image or to access the Collaboraation service.
  *
  * You can find more information about token endpoints in the
- * {@glink @cs guides/quick-start#create-token-endpoint Cloud Services - Quick start}
+ * {@glink @cs guides/easy-image/quick-start#create-token-endpoint Cloud Services - Quick start}
  * and {@glink @cs guides/token-endpoints/tokenendpoint Cloud Services - Creating token endpoint} documentation.
  *
  * Without a properly working token endpoint (token URL) CKEditor plugins will not be able to connect to CKEditor Cloud Services.