@@ -22,7 +22,7 @@ import LinkFormView from './ui/linkformview.js';
* It uses the {@link link.LinkEngine link engine feature}.
*
* @memberOf link
- * @extends core.Feature
+ * @extends core.Plugin
*/
export default class Link extends Plugin {
/**
@@ -16,7 +16,7 @@ import UnlinkCommand from './unlinkcommand.js';
* It introduces the `linkHref="url"` attribute in the model which renders to the view as a `<a href="url">` element.
export default class LinkEngine extends Plugin {