Преглед на файлове

Docs: Updated package docs.

Aleksander Nowodzinski преди 7 години
родител
ревизия
073e862f46
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      packages/ckeditor5-build-decoupled-document/README.md
  2. 1 1
      packages/ckeditor5-build-decoupled-document/sample/index.html

+ 1 - 1
packages/ckeditor5-build-decoupled-document/README.md

@@ -6,7 +6,7 @@ CKEditor 5 decoupled document build
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document?type=dev)
 
-The decoupled document build for CKEditor 5. Read more about the [decoupled document build](TODO) and see the [demo](TODO).
+The decoupled document build for CKEditor 5. Read more about the [decoupled document build]((https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/document-editor.html).
 
 ## Documentation
 

+ 1 - 1
packages/ckeditor5-build-decoupled-document/sample/index.html

@@ -51,7 +51,7 @@
 <script src="../build/ckeditor.js"></script>
 <script>
 	const editorData = `<h2>Sample</h2>
-		<p>This is an instance of the <a href="TODO">decoupled document build</a>.</p>
+		<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#document-editor">decoupled document build</a>.</p>
 		<figure class="image">
 			<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
 		</figure>