8
0
Просмотр исходного кода

Updated build README.md with proper links.

Szymon Kupś 9 лет назад
Родитель
Сommit
181e663e8e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build/README.md

+ 1 - 1
build/README.md

@@ -4,5 +4,5 @@ CKEditor 5 – Build Directory
 This directory contains files created during build process of CKEditor 5:
 
  - `dist` - bundled version of CKEditor 5, created by executing `gulp bundle` task. See more: [Bundling](https://github.com/ckeditor/ckeditor5/wiki/Development-Workflow#bundling).
- - `modules` - versions of CKEditor transpiled to specified module format: AMD, CommonJS and ES6 modules. See more: [Building CKEditor](https://github.com/ckeditor/ckeditor5/wiki/Development-Environment#building-ckeditor).
+ - `modules` - versions of CKEditor transpiled to specified module format: AMD, CommonJS and ES6 modules. See more: [Compiling CKEditor](https://github.com/ckeditor/ckeditor5/wiki/Development-Environment#compiling-ckeditor).
  - `docs` - JavaScript documentation created form source code by `gulp docs` task.