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

Docs: Fixed link to "ClassicEditor.create()" function.

Kamil Piechaczek 7 лет назад
Родитель
Сommit
e3b35899b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ Load the classic editor build (you can choose between [CDN](https://cdn.ckeditor
 <script src="https://cdn.ckeditor.com/ckeditor5/<version>/classic/ckeditor.js"></script>
 ```
 
-Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#create) method:
+Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#static-function-create) method:
 
 ```html
 <script>