Procházet zdrojové kódy

Docs: Changed links to documentation. See ckeditor/ckeditor5#1192.

Kamil Piechaczek před 7 roky
rodič
revize
97a3ab7d47

+ 1 - 1
packages/ckeditor5-theme-lark/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)

+ 1 - 1
packages/ckeditor5-theme-lark/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