8
0
فهرست منبع

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

Piotrek Koszuliński 8 سال پیش
والد
کامیت
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.