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

Docs: Updated links with anchors. See ckeditor/ckeditor5#826. [skip ci]

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

+ 2 - 2
packages/ckeditor5-editor-inline/src/inlineeditor.js

@@ -18,7 +18,7 @@ import setDataInElement from '@ckeditor/ckeditor5-utils/src/dom/setdatainelement
 import mix from '@ckeditor/ckeditor5-utils/src/mix';
 
 /**
- * The {@glink builds/guides/overview#Inline-editor inline editor} implementation.
+ * The {@glink builds/guides/overview#inline-editor inline editor} implementation.
  * It uses an inline editable and a floating toolbar.
  * See the {@glink examples/builds/inline-editor demo}.
  *
@@ -29,7 +29,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
  *
  * The inline editor can be used directly from source (if you installed the
  * [`@ckeditor/ckeditor5-editor-inline`](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-inline) package)
- * but it is also available in the {@glink builds/guides/overview#Inline-editor inline build}.
+ * but it is also available in the {@glink builds/guides/overview#inline-editor inline build}.
  *
  * {@glink builds/guides/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from
  * source you need to take care of loading all plugins by yourself