Skip to content

Commit

Permalink
Merge branch 'master' into t/ckeditor5/914
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 21, 2018
2 parents 5893351 + 0cd5138 commit 49302db
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Internal changes only (updated dependencies, documentation, etc.).

### Bug fixes

* Nightly docs should be available in latest/ and <version>/ directories on ckeditor5.github.io. Closes [#242](https://github.com/ckeditor/ckeditor5-dev/issues/242). ([ff487ee](https://github.com/ckeditor/ckeditor5-dev/commit/ff487ee))
* Nightly docs should be available in latest/ and <version>/ directories on ckeditor.com. Closes [#242](https://github.com/ckeditor/ckeditor5-dev/issues/242). ([ff487ee](https://github.com/ckeditor/ckeditor5-dev/commit/ff487ee))


## [7.2.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.2.0...@ckeditor/ckeditor5-dev-docs@7.2.1) (2017-07-11)
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CKEditor 5 documentation builder
================================

Tasks used to build documentation for [CKEditor 5](https://ckeditor5.github.io).
Tasks used to build documentation for [CKEditor 5](https://ckeditor.com).

More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-env/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CKEditor 5 development environment tasks
========================================

Tasks used during development of [CKEditor 5](https://ckeditor5.github.io).
Tasks used during development of [CKEditor 5](https://ckeditor.com).

More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

Expand All @@ -16,7 +16,7 @@ npm i --save-dev @ckeditor/ckeditor5-dev-env
Then create a script that run tasks:

```js
// scripts/changelog-self.js: Generate changelog for the current package.
// scripts/changelog-self.js: Generate changelog for the current package.
require( '@ckeditor/ckeditor5-dev-env' ).generateChangelogForSinglePackage();
```

Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CKEditor 5 testing environment
==============================

Testing environment for [CKEditor 5](https://ckeditor5.github.io). It's based on [Karma](https://karma-runner.github.io/) and [Webpack](https://webpack.github.io/) and it's normally used from the [CKEditor 5 development environment](https://github.com/ckeditor/ckeditor5).
Testing environment for [CKEditor 5](https://ckeditor.com). It's based on [Karma](https://karma-runner.github.io/) and [webpack](https://webpack.github.io/) and it's normally used from the [CKEditor 5 development environment](https://github.com/ckeditor/ckeditor5).

More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

Expand All @@ -24,7 +24,7 @@ An example npm task to test CKEditor 5 packages (used e.g. in https://github.com
}
```

If you encounter problems with big test folders pass `--max_old_space_size=4096` option to node runner:
If you encounter problems with big test folders pass `--max_old_space_size=4096` option to node runner:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CKEditor 5 development utilities library
========================================

Utils for [CKEditor 5](https://ckeditor5.github.io) development tools packages.
Utils for [CKEditor 5](https://ckeditor.com) development tools packages.

More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-webpack-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CKEditor 5 Webpack plugin
=========================

Intergrate [CKEditor 5](https://ckeditor5.github.io)'s build process with your [Webpack](https://webpack.js.org) setup.
Intergrate [CKEditor 5](https://ckeditor.com)'s build process with your [webpack](https://webpack.js.org) setup.

Requires Webpack >=2.0.0.
Requires webpack >=2.0.0.

More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

Expand Down

0 comments on commit 49302db

Please sign in to comment.