Browse Source

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

Piotrek Koszuliński 7 years ago
parent
commit
5c56919b38

+ 1 - 1
packages/ckeditor5-markdown-gfm/README.md

@@ -14,7 +14,7 @@ This package implements the GitHub Flavored Markdown data processor for CKEditor
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/markdown-gfm.html) page in [CKEditor 5 documentation](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://docs.ckeditor.com/ckeditor5/latest/api/markdown-gfm.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
 
 ## License
 

+ 1 - 1
packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.html

@@ -1,4 +1,4 @@
-<div id="snippet-markdown">This is [CKEditor 5](https://ckeditor5.github.io).</div>
+<div id="snippet-markdown">This is [CKEditor 5](https://ckeditor.com).</div>
 
 <p>Output:</p>
 

+ 1 - 1
packages/ckeditor5-markdown-gfm/docs/features/markdown.md

@@ -6,7 +6,7 @@ category: features
 The {@link module:markdown-gfm/gfmdataprocessor~GFMDataProcessor} class implements a {@link module:engine/dataprocessor/dataprocessor~DataProcessor data processor} which changes CKEditor output from HTML to Markdown. This means that you can {@link module:core/editor/utils/dataapimixin~DataApi#setData set} or {@link module:core/editor/utils/dataapimixin~DataApi#getData get} data from the editor in the Markdown format:
 
 ```js
-editor.getData(); // -> 'This is [CKEditor 5](https://ckeditor5.github.io).'
+editor.getData(); // -> 'This is [CKEditor 5](https://ckeditor.com).'
 
 editor.setData( 'This is **bold**.' );
 ```

+ 1 - 1
packages/ckeditor5-markdown-gfm/package.json

@@ -23,7 +23,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-markdown-gfm/issues",
   "repository": {
     "type": "git",