浏览代码

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

Kamil Piechaczek 7 年之前
父节点
当前提交
9f1d6acdb8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-utils/README.md
  2. 1 1
      packages/ckeditor5-utils/src/ckeditorerror.js

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

@@ -14,7 +14,7 @@ Various utilities used by CKEditor 5 and its features. This is a sort of  CKEdit
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-utils` package](https://docs.ckeditor.com/ckeditor5/latest/api/utils.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-utils` package](https://ckeditor.com/docs/ckeditor5/latest/api/utils.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
 
 ## License
 

+ 1 - 1
packages/ckeditor5-utils/src/ckeditorerror.js

@@ -11,7 +11,7 @@
  * URL to the documentation with error codes.
  */
 export const DOCUMENTATION_URL =
-	'https://docs.ckeditor.com/ckeditor5/latest/framework/guides/support/error-codes.html';
+	'https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html';
 
 /**
  * The CKEditor error class.