Explorar el Código

Remove the link to the API page that could break CI.

Maciej Gołaszewski hace 6 años
padre
commit
8cc5656693
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-code-block/src/codeblock.js

+ 1 - 1
packages/ckeditor5-code-block/src/codeblock.js

@@ -14,7 +14,7 @@ import CodeBlockUI from './codeblockui';
 /**
  * The code block plugin.
  *
- * For more information about this feature check the {@glink api/code-block package page}.
+ * For more information about this feature check the package page.
  *
  * This is a "glue" plugin which loads the {@link module:code-block/codeblockediting~CodeBlockEditing code block editing feature}
  * and {@link module:code-block/codeblockui~CodeBlockUI code block UI feature}.