ソースを参照

Docs: Renamed the guide to Code blocks. Closes ckeditor/ckeditor5#5795.

Piotrek Koszuliński 6 年 前
コミット
a343e834d2

+ 1 - 1
packages/ckeditor5-code-block/README.md

@@ -13,7 +13,7 @@ This package implements the code block feature for CKEditor 5.
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-code-block` package](https://ckeditor.com/docs/ckeditor5/latest/api/code-block.html) page as well as the [Code block feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/code-block.html) in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-code-block` package](https://ckeditor.com/docs/ckeditor5/latest/api/code-block.html) page as well as the [Code block feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/code-blocks.html) in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
 
 ## License
 

+ 2 - 2
packages/ckeditor5-code-block/docs/api/code-block.md

@@ -10,11 +10,11 @@ This package implements the code block feature for CKEditor 5.
 
 ## Demo
 
-Check out the {@link features/code-block#demo demo in the Code block feature} guide.
+Check out the {@link features/code-blocks#demo demo in the Code block feature} guide.
 
 ## Documentation
 
-See the {@link features/code-block Code block feature} guide and the {@link module:code-block/codeblock~CodeBlock} plugin documentation.
+See the {@link features/code-blocks Code block feature} guide and the {@link module:code-block/codeblock~CodeBlock} plugin documentation.
 
 ## Installation
 

+ 1 - 1
packages/ckeditor5-code-block/docs/features/code-block.md

@@ -2,7 +2,7 @@
 category: features
 ---
 
-# Code block
+# Code blocks
 
 {@snippet features/build-code-block-source}