Procházet zdrojové kódy

Merge branch 'monorepo-pending'

Marek Lewandowski před 5 roky
rodič
revize
215109fe5a

+ 0 - 3
packages/ckeditor5-undo/README.md

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

+ 2 - 2
packages/ckeditor5-undo/docs/api/undo.md

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