Browse Source

Update documentation links to downcast selection converters.

Maciej Gołaszewski 7 years ago
parent
commit
b6d4a0952d

+ 2 - 2
packages/ckeditor5-engine/src/conversion/downcasthelpers.js

@@ -470,7 +470,7 @@ export function convertRangeSelection() {
  * converted, broken attributes might be merged again, or the position where the selection is may be wrapped
  * with different, appropriate attribute elements.
  *
- * See also {@link module:engine/conversion/downcast-selection-converters~clearAttributes} which does a clean-up
+ * See also {@link module:engine/conversion/downcasthelpers~clearAttributes} which does a clean-up
  * by merging attributes.
  *
  * @returns {Function} Selection converter.
@@ -515,7 +515,7 @@ export function convertCollapsedSelection() {
  *
  *		modelDispatcher.on( 'selection', clearAttributes() );
  *
- * See {@link module:engine/conversion/downcast-selection-converters~convertCollapsedSelection}
+ * See {@link module:engine/conversion/downcasthelpers~convertCollapsedSelection}
  * which does the opposite by breaking attributes in the selection position.
  *
  * @returns {Function} Selection converter.

+ 1 - 1
packages/ckeditor5-engine/src/conversion/modelconsumable.js

@@ -29,7 +29,7 @@ import TextProxy from '../model/textproxy';
  * {@link module:engine/conversion/modelconsumable~ModelConsumable#add add method} directly.
  * However, it is important to understand how consumable values can be
  * {@link module:engine/conversion/modelconsumable~ModelConsumable#consume consumed}.
- * See {@link module:engine/conversion/downcast-selection-converters default downcast converters} for more information.
+ * See {@link module:engine/conversion/downcasthelpers default downcast converters} for more information.
  *
  * Keep in mind, that one conversion event may have multiple callbacks (converters) attached to it. Each of those is
  * able to convert one or more parts of the model. However, when one of those callbacks actually converts