Browse Source

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński 7 years ago
parent
commit
eff999e163
1 changed files with 4 additions and 3 deletions
  1. 4 3
      packages/ckeditor5-alignment/src/alignment.js

+ 4 - 3
packages/ckeditor5-alignment/src/alignment.js

@@ -15,10 +15,11 @@ import AlignmentUI from './alignmentui';
 /**
  * The text alignment plugin.
  *
- * It loads the {@link module:alignment/alignmentediting~AlignmentEditing} and
- * {@link module:alignment/alignmentui~AlignmentUI} plugins.
+ * For a detailed overview, check the {@glink features/text-alignment Text alignment feature documentation}
+ * and the {@glink api/alignment package page}.
  *
- * Read more about the feature on the {@glink api/alignment text alignment package} page.
+ * This is a "glue" plugin which loads the {@link module:alignment/alignmentediting~AlignmentEditing} and
+ * {@link module:alignment/alignmentui~AlignmentUI} plugins.
  *
  * @extends module:core/plugin~Plugin
  */