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

Internal: Updated links to CKEditor 5 website. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
97d19c9895

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

@@ -6,16 +6,16 @@ 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)
 [![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)
 [![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]((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).
+The decoupled document build for CKEditor 5. Read more about the [decoupled document build]((https://docs.ckeditor.com/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://docs.ckeditor.com/ckeditor5/latest/examples/builds/document-editor.html).
 
 
 ## Documentation
 ## Documentation
 
 
 See:
 See:
 
 
-* [Installation](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/installation.html) for how to install this package and what it contains.
-* [Basic API](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/basic-api.html) for how to create an editor and interact with it.
-* [Configuration](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/configuration.html) for how to configure the editor.
-* [Creating custom builds](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/development/custom-builds.html) for how to customize the build (configure and rebuild the editor bundle).
+* [Installation](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/installation.html) for how to install this package and what it contains.
+* [Basic API](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/basic-api.html) for how to create an editor and interact with it.
+* [Configuration](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/configuration.html) for how to configure the editor.
+* [Creating custom builds](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/development/custom-builds.html) for how to customize the build (configure and rebuild the editor bundle).
 
 
 ## Quick start
 ## Quick start
 
 
@@ -68,7 +68,7 @@ DecoupledDocumentEditor
 	} );
 	} );
 ```
 ```
 
 
-**Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/advanced-setup.html).
+**Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/advanced-setup.html).
 
 
 ## License
 ## License
 
 

+ 1 - 1
packages/ckeditor5-build-decoupled-document/package.json

@@ -46,7 +46,7 @@
   },
   },
   "author": "CKSource (http://cksource.com/)",
   "author": "CKSource (http://cksource.com/)",
   "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
   "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
-  "homepage": "https://ckeditor5.github.io",
+  "homepage": "https://ckeditor.com",
   "bugs": "https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues",
   "bugs": "https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",

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

@@ -51,11 +51,11 @@
 <script src="../build/ckeditor.js"></script>
 <script src="../build/ckeditor.js"></script>
 <script>
 <script>
 	const editorData = `<h2>Sample</h2>
 	const editorData = `<h2>Sample</h2>
-		<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>
+		<p>This is an instance of the <a href="https://docs.ckeditor.com/ckeditor5/latest/builds/guides/overview.html#document-editor">decoupled document build</a>.</p>
 		<figure class="image">
 		<figure class="image">
 			<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
 			<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
 		</figure>
 		</figure>
-		<p>You can use this sample to validate whether your <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/development/custom-builds.html">custom build</a> works fine.</p>`;
+		<p>You can use this sample to validate whether your <a href="https://docs.ckeditor.com/ckeditor5/latest/builds/guides/development/custom-builds.html">custom build</a> works fine.</p>`;
 
 
 	DecoupledDocumentEditor.create( editorData, {
 	DecoupledDocumentEditor.create( editorData, {
 		toolbarContainer: document.querySelector( '.toolbar-container' ),
 		toolbarContainer: document.querySelector( '.toolbar-container' ),

+ 2 - 2
packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor-cjs-version.js

@@ -6,7 +6,7 @@
 const DecoupledDocumentEditor = require( '../../build/ckeditor' );
 const DecoupledDocumentEditor = require( '../../build/ckeditor' );
 const editorData = `<h2>About CKEditor&nbsp;5</h2>
 const editorData = `<h2>About CKEditor&nbsp;5</h2>
 
 
-<p>This is <a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
+<p>This is <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
 
 
 <figure class="image">
 <figure class="image">
 	<img src="./sample.jpg" alt="Autumn fields" />
 	<img src="./sample.jpg" alt="Autumn fields" />
@@ -28,7 +28,7 @@ applications.</p></blockquote>
 
 
 <h3>Notes</h3>
 <h3>Notes</h3>
 
 
-<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo
+<p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo
 is not production-ready software. For example:</p>
 is not production-ready software. For example:</p>
 
 
 <ul>
 <ul>

+ 2 - 2
packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor.js

@@ -7,7 +7,7 @@ import DecoupledDocumentEditor from '../../build/ckeditor';
 
 
 const editorData = `<h2>About CKEditor&nbsp;5</h2>
 const editorData = `<h2>About CKEditor&nbsp;5</h2>
 
 
-<p>This is <a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
+<p>This is <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
 
 
 <figure class="image">
 <figure class="image">
 	<img src="./sample.jpg" alt="Autumn fields" />
 	<img src="./sample.jpg" alt="Autumn fields" />
@@ -29,7 +29,7 @@ applications.</p></blockquote>
 
 
 <h3>Notes</h3>
 <h3>Notes</h3>
 
 
-<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo
+<p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo
 is not production-ready software. For example:</p>
 is not production-ready software. For example:</p>
 
 
 <ul>
 <ul>