8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
75e6586b2c
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      packages/ckeditor5-typing/src/texttransformation.js

+ 0 - 4
packages/ckeditor5-typing/src/texttransformation.js

@@ -35,8 +35,6 @@ const DEFAULT_TRANSFORMATIONS = [
 /**
  * The text transformation plugin.
  *
- * For a detailed overview, check the {@glink features/text-transformation Text transformation feature documentation}.
- *
  * @extends module:core/plugin~Plugin
  */
 export default class TextTransformation extends Plugin {
@@ -137,8 +135,6 @@ function buildQuotesRegExp( quoteCharacter ) {
 /**
  * The configuration of the text transformation feature.
  *
- * Read more about {@glink features/text-transformation#configuration configuring the text transformation feature}.
- *
  *		ClassicEditor
  *			.create( editorElement, {
  *				textTransformation: ... // Text transformation feature options.