浏览代码

Merge branch 'monorepo-pending'

Marek Lewandowski 5 年之前
父节点
当前提交
149e746988
共有 2 个文件被更改,包括 2 次插入5 次删除
  1. 0 3
      packages/ckeditor5-code-block/README.md
  2. 2 2
      packages/ckeditor5-code-block/docs/api/code-block.md

+ 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)