8
0
Просмотр исходного кода

Internal: Updated URL to error codes docs after ckeditor/ckeditor5#565.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
f7b05d0126
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-utils/src/ckeditorerror.js

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

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