Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Changed links to documentation. See ckeditor/ckeditor5#1192.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Aug 21, 2018
1 parent b524b71 commit 9b16b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/

0 comments on commit 9b16b20

Please sign in to comment.