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

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

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
b768ce53a3
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      packages/ckeditor5-ui/CHANGELOG.md
  2. 1 1
      packages/ckeditor5-ui/docs/api/ui.md

+ 1 - 1
packages/ckeditor5-ui/CHANGELOG.md

@@ -16,7 +16,7 @@ Changelog
 
    Additionally, from now on `View#setTemplate()` and `View#extendTemplate()` methods are recommended as a shorthand for `view.template = new Template( { ... } )` and `Template.extend( view.template )`.
 
-    Please refer to the updated [documentation](https://docs.ckeditor.com/ckeditor5/latest/framework/guides/architecture/intro.html#UI-library) to learn more.
+    Please refer to the updated [documentation](https://docs.ckeditor.com/ckeditor5/latest/framework/guides/architecture/intro.html#ui-library) to learn more.
 * Removed legacy `width` and `height` attributes from the `BoxedEditorUIView`. Closes [#25](https://github.com/ckeditor/ckeditor5-ui/issues/25). ([ffa419a](https://github.com/ckeditor/ckeditor5-ui/commit/ffa419a))
 * The `ComponentFactory` should be case-insensitive. Closes [#324](https://github.com/ckeditor/ckeditor5-ui/issues/324). ([94417e9](https://github.com/ckeditor/ckeditor5-ui/commit/94417e9))
 * Updated translations. ([186f365](https://github.com/ckeditor/ckeditor5-ui/commit/186f365))

+ 1 - 1
packages/ckeditor5-ui/docs/api/ui.md

@@ -12,7 +12,7 @@ Together with the {@link api/engine editing engine} and the {@link api/core core
 
 ## Documentation
 
-See the introduction to the {@link framework/guides/architecture/intro#UI-library UI library's architecture}.
+See the introduction to the {@link framework/guides/architecture/intro#ui-library UI library's architecture}.
 
 You can also browse the API documentation of this package by using the module tree on the left.