From 91956bd52a0c56270a67eae7b17b1b441a8c61b3 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Fri, 24 Aug 2018 11:25:17 +0200 Subject: [PATCH] Docs: Changed links to documentation. See ckeditor/ckeditor5#1192. --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7cdb6..06df068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,7 +132,7 @@ Internal changes only (updated dependencies, documentation, etc.). * Various CSS variables (mostly colors) have been removed. Please make sure your code uses the latest theme API. * From now on there's only one subset of the theme, aligned to the default look of CKEditor 5. * Various UI components' styles have been rewritten. The CSS selectors that used to style them may have a different specificity and appear in a different order. -* The styles are no longer developed in SASS which means various `.scss` files (including variables, mixins, etc.) became unavailable. Please refer to the [Theme Customization](https://docs.ckeditor.com/ckeditor5/latest/framework/guides/ui/theme-customization.html) guide to learn more about migration to PostCSS. +* The styles are no longer developed in SASS which means various `.scss` files (including variables, mixins, etc.) became unavailable. Please refer to the [Theme Customization](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/ui/theme-customization.html) guide to learn more about migration to PostCSS. ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14) diff --git a/README.md b/README.md index e16f342..d9f63de 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This package implements Lark theme — the default CKEditor 5 theme. ## Documentation -See the [`@ckeditor/ckeditor5-theme-lark` package](https://docs.ckeditor.com/ckeditor5/latest/api/theme-lark.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/). +See the [`@ckeditor/ckeditor5-theme-lark` package](https://ckeditor.com/docs/ckeditor5/latest/api/theme-lark.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/). ## License