瀏覽代碼

Docs: Changed links to documentation. See ckeditor/ckeditor5#1192.

Kamil Piechaczek 7 年之前
父節點
當前提交
c7a219b27b

+ 1 - 1
packages/ckeditor5-cloud-services/README.md

@@ -14,7 +14,7 @@ CKEditor 5's [Cloud Services](https://ckeditor.com/ckeditor-cloud-services/) int
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-cloud-services` package](https://docs.ckeditor.com/ckeditor5/latest/api/cloudservices.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-cloud-services` package](https://ckeditor.com/docs/ckeditor5/latest/api/cloudservices.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
 
 ## License
 

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

@@ -126,7 +126,7 @@ CloudServices.Token = Token;
  * CKEditor Ecosystem dashboard.
  *
  * Note: unlike most plugins, `CollaborativeEditing` is not included in any CKEditor 5 build and has to be installed manually.
- * Check [Collaboration overview](https://docs.ckeditor.com/ckeditor5/latest/features/collaboration/overview.html) for more details.
+ * Check [Collaboration overview](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/overview.html) for more details.
  *
  * @member {String} module:cloud-services/cloudservices~CloudServicesConfig#webSocketUrl
  */
@@ -137,7 +137,7 @@ CloudServices.Token = Token;
  * The ID is usually a primary key of the document in the database, but you are free to provide whatever identifier fits your scenario.
  *
  * Note: unlike most plugins, `CollaborativeEditing` is not included in any CKEditor 5 build and has to be installed manually.
- * Check [Collaboration overview](https://docs.ckeditor.com/ckeditor5/latest/features/collaboration/overview.html) for more details.
+ * Check [Collaboration overview](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/overview.html) for more details.
  *
  * @member {String} module:cloud-services/cloudservices~CloudServicesConfig#documentId
  */