Selaa lähdekoodia

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

Kamil Piechaczek 7 vuotta sitten
vanhempi
commit
9f1d6acdb8

+ 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.