Explorar el Código

Docs: Fixed a link. [skip ci]

Piotrek Koszuliński hace 8 años
padre
commit
cd3199caf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ui/docs/framework/guides/external-ui.md

+ 1 - 1
packages/ckeditor5-ui/docs/framework/guides/external-ui.md

@@ -37,7 +37,7 @@ import HeadingEngine from '@ckeditor/ckeditor5-heading/src/headingengine';
 ```
 
 <info-box info>
-	Note that instead of {@link module:basic-styles/bold~Bold}, which is required for any editor with the default UI to work, just the {@link module:basic-styles/bold~BoldEngine} is imported. It provides the [engine](https://www.npmjs.com/package/@ckeditor/ckeditor5-engine) features associated with editing any bold text but does not come with the actual UI.
+	Note that instead of {@link module:basic-styles/bold~Bold}, which is required for any editor with the default UI to work, just the {@link module:basic-styles/boldengine~BoldEngine} is imported. It provides the [engine](https://www.npmjs.com/package/@ckeditor/ckeditor5-engine) features associated with editing any bold text but does not come with the actual UI.
 
 	Respectively, `ItalicEngine`, `UnderlineEngine`, `HeadingEngine` and `UndoEngine` are also imported.