Procházet zdrojové kódy

Docs: Fixed a link.

Piotrek Koszuliński před 7 roky
rodič
revize
1db4c7e4fd

+ 1 - 1
packages/ckeditor5-engine/src/conversion/upcast-converters.js

@@ -80,7 +80,7 @@ export function upcastElementToElement( config ) {
  *
  * Above is a sample of HTML code, that goes through autoparagraphing (first step) and then is converted (second step).
  * Even though `<strong>` is over `<p>` element, `bold="true"` was added to the text. See
- * {@link module:engine/model/upcast-converters~upcastAttributeToAttribute} for comparison.
+ * {@link module:engine/conversion/upcast-converters~upcastAttributeToAttribute} for comparison.
  *
  * Keep in mind that the attribute will be set only if it is allowed by {@link module:engine/model/schema~Schema schema} configuration.
  *