Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 28, 2018
1 parent 601f5f4 commit 66bf132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/upcast-converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 66bf132

Please sign in to comment.