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

Docs: Fixed an invalid link to config.blockToolbar in the package readme file. [skip ci].

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
5d7fedd740
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-build-balloon-block/README.md

+ 1 - 1
packages/ckeditor5-build-balloon-block/README.md

@@ -66,7 +66,7 @@ BalloonEditor
 
 
 **Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html).
 **Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html).
 
 
-**Note:** You can configure the block toolbar items using the {@link module:core/editor/editorconfig~EditorConfig#blockToolbar `config.blockToolbar`} option.
+**Note:** You can configure the block toolbar items using the [`config.blockToolbar`](https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html#member-blockToolbar) option.
 
 
 ## License
 ## License