浏览代码

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

Kamil Piechaczek 7 年之前
父节点
当前提交
59c91d8fc9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-autosave/CHANGELOG.md
  2. 1 1
      packages/ckeditor5-autosave/README.md

+ 1 - 1
packages/ckeditor5-autosave/CHANGELOG.md

@@ -5,4 +5,4 @@ Changelog
 
 ### Other changes
 
-* The first implementation of the autosave plugin. Check out the [demo](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/saving-data.html#autosave-feature).
+* The first implementation of the autosave plugin. Check out the [demo](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/saving-data.html#autosave-feature).

+ 1 - 1
packages/ckeditor5-autosave/README.md

@@ -14,7 +14,7 @@ This package implements the autosave feature for CKEditor 5.
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-autosave` package](https://docs.ckeditor.com/ckeditor5/latest/api/autosave.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-autosave` package](https://ckeditor.com/docs/ckeditor5/latest/api/autosave.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
 
 ## License