@@ -451,7 +451,7 @@ class Marker {
/**
* Checks whether given object is of `marker` type.
*
- * Read more at {@link module:engine/model/model~Node#is}.
+ * Read more at {@link module:engine/model/node~Node#is `Node#is()`}.
* @param {String} type
* @returns {Boolean}
@@ -505,7 +505,7 @@ export default class Position {
* Checks whether given object is of `position` type.
- * Read more at {@link module:engine/model/model~Node#is `Node#is()`}.
@@ -146,7 +146,7 @@ export default class Range {
* Checks whether given object is of `range` type.
@@ -313,7 +313,6 @@ export default class Node {
* obj.is( 'text' ); // true for text node, false for element and document fragment
* obj.is( 'view:text' ); // true for text node, false for element and document fragment
- * Read more at {@link module:engine/view/view~View#is `View#is()`}.