Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Updated links to CKEditor 5 website. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 20, 2018
1 parent 20b9c34 commit 2e23e54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-heading-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-heading-levels.html
Original file line number Diff line number Diff line change
@@ -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>
4 changes: 2 additions & 2 deletions docs/features/headings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down Expand Up @@ -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>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2e23e54

Please sign in to comment.