Selaa lähdekoodia

Updated docs to monorepo state.

Kamil Piechaczek 5 vuotta sitten
vanhempi
commit
74cbc93dd9

+ 0 - 3
packages/ckeditor5-code-block/README.md

@@ -3,9 +3,6 @@ CKEditor 5 code block feature
 
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-code-block.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-code-block)
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-code-block.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-code-block)
-[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-code-block.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-code-block)
-[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-code-block/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-code-block?branch=master)
-<br>
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-code-block/status.svg)](https://david-dm.org/ckeditor/ckeditor5-code-block)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-code-block/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-code-block?type=dev)
 

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

@@ -24,11 +24,11 @@ npm install --save @ckeditor/ckeditor5-code-block
 
 ## Contribute
 
-The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-code-block.
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-code-block.
 
 ## External links
 
 * [`@ckeditor/ckeditor5-code-block` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-code-block)
-* [`ckeditor/ckeditor5-code-block` on GitHub](https://github.com/ckeditor/ckeditor5-code-block)
+* [`ckeditor/ckeditor5-code-block` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-code-block)
 * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
 * [Changelog](https://github.com/ckeditor/ckeditor5-code-block/blob/master/CHANGELOG.md)