浏览代码

Docs: Fixed link to zip downloads and fixed one TODO.

Piotrek Koszuliński 8 年之前
父节点
当前提交
296747beec
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      docs/builds/guides/integration/installation.md

+ 6 - 2
docs/builds/guides/integration/installation.md

@@ -42,11 +42,15 @@ CKEditor will then be available at `node_modules/ckeditor5-build-[name]/build/ck
 
 ### Zip download
 
-Go to the [CKEditor 5 builds download page](https://ckeditor.com/ckeditor5-builds/download) and download your preferred build. For example, you may download the `ckeditor5-build-classic-1.0.0.zip` file for the Classic editor build.
+Go to the [CKEditor 5 builds download page](https://ckeditor.com/ckeditor-5-builds/download/) and download your preferred build. For example, you may download the `ckeditor5-build-classic-1.0.0.zip` file for the Classic editor build.
 
 Extract the `.zip` file into a dedicated directory inside your project. It is recommended to include the editor version in the directory name to ensure proper cache invalidation once a new version of CKEditor is installed.
 
-## Included files
+#### Included files
+
+* `ckeditor.js` – the ready-to-use editor bundle, containing the editor and all plugins.
+* `ckeditor.js.map` – the source map for the editor bundle.
+* `README.md` and `LICENSE.md`
 
 TODO