Parcourir la source

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

Piotrek Koszuliński il y a 7 ans
Parent
commit
99d5e07f1f

+ 1 - 1
packages/ckeditor5-heading/README.md

@@ -14,7 +14,7 @@ This package implements the headings feature for CKEditor 5.
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-heading` package](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/heading.html) page in [CKEditor 5 documentation](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-heading` package](https://docs.ckeditor.com/ckeditor5/latest/api/heading.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
 
 ## License
 

+ 1 - 1
packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.html

@@ -9,5 +9,5 @@
 	<h1>Heading 1</h1>
 	<h2>Heading 2</h2>
 	<h2 class="fancy">Fancy Heading 2</h2>
-	<p>This is <a href="https://ckeditor5.github.io">CKEditor 5</a>.</p>
+	<p>This is <a href="https://ckeditor.com">CKEditor 5</a>.</p>
 </div>

+ 1 - 1
packages/ckeditor5-heading/docs/_snippets/features/custom-heading-levels.html

@@ -1,5 +1,5 @@
 <div id="snippet-custom-heading-levels">
 	<h1>Heading 1</h1>
 	<h2>Heading 2</h2>
-	<p>This is <a href="https://ckeditor5.github.io">CKEditor 5</a>.</p>
+	<p>This is <a href="https://ckeditor.com">CKEditor 5</a>.</p>
 </div>

+ 2 - 2
packages/ckeditor5-heading/docs/features/headings.md

@@ -29,7 +29,7 @@ For example, the following editor will support only two levels of headings &mdas
 <div id="editor">
 	<h1>Heading 1</h1>
 	<h2>Heading 2</h2>
-	<p>This is <a href="https://ckeditor5.github.io">CKEditor 5</a>.</p>
+	<p>This is <a href="https://ckeditor.com">CKEditor 5</a>.</p>
 </div>
 ```
 
@@ -69,7 +69,7 @@ For example, the following editor will support the following two heading options
 	<h1>Heading 1</h1>
 	<h2>Heading 2</h2>
 	<h2 class="fancy">Fancy Heading 2</h2>
-	<p>This is <a href="https://ckeditor5.github.io">CKEditor 5</a>.</p>
+	<p>This is <a href="https://ckeditor.com">CKEditor 5</a>.</p>
 </div>
 ```
 

+ 1 - 1
packages/ckeditor5-heading/package.json

@@ -32,7 +32,7 @@
   },
   "author": "CKSource (http://cksource.com/)",
   "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-heading/issues",
   "repository": {
     "type": "git",