Browse Source

Merge branch 'monorepo-pending'

Marek Lewandowski 5 years ago
parent
commit
08a4fadc87

+ 0 - 3
packages/ckeditor5-select-all/README.md

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

+ 2 - 2
packages/ckeditor5-select-all/docs/api/select-all.md

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