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

Commit

Permalink
Add more accurate names for links to the link feature guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Jun 26, 2019
1 parent 8f615dc commit 322909c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/link.js
Expand Up @@ -127,7 +127,7 @@ export default class Link extends Plugin {
* {@link module:link/link~LinkConfig#addTargetToExternalLinks `config.link.addTargetToExternalLinks`}
* configuration description to learn more.
*
* See also {@glink features/link#decorators} guide.
* See also {@glink features/link#decorators link's feature} guide for more information.
*
* @member {Object.<String, module:link/link~LinkDecoratorDefinition>} module:link/link~LinkConfig#decorators
*/
Expand All @@ -142,7 +142,7 @@ export default class Link extends Plugin {
/**
* The kind of the decorator. `'manual'` for all manual decorators and `'automatic'` for all automatic decorators.
*
* See also {@glink features/link#decorators} guide.
* See also {@glink features/link#decorators link's feature} guide for more information.
*
* @member {'manual'|'automatic'} module:link/link~LinkDecoratorDefinition#mode
*/
Expand Down

0 comments on commit 322909c

Please sign in to comment.