瀏覽代碼

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

Kamil Piechaczek 7 年之前
父節點
當前提交
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>
 <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
 ```html
 <script>
 <script>