Browse Source

Fix incorrect links to API in feature guide.

Maciej Gołaszewski 6 years ago
parent
commit
6b90c1e26d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-font/docs/features/font.md

+ 2 - 2
packages/ckeditor5-font/docs/features/font.md

@@ -161,7 +161,7 @@ Check out the editor below with both features customized using the editor config
 
 
 ### Specifying the available colors
 ### Specifying the available colors
 
 
-It is possible to configure which colors are available in the color dropdown. Use the {@link module:font/fontColor~FontColorConfig#colors `fontColor.colors`} and {@link module:font/fontBackgroundColor~FontBackgroundColorConfig#colors `fontBackgroundColor.colors`} configuration options to do so.
+It is possible to configure which colors are available in the color dropdown. Use the {@link module:font/fontcolor~FontColorConfig#colors `fontColor.colors`} and {@link module:font/fontbackgroundcolor~FontBackgroundColorConfig#colors `fontBackgroundColor.colors`} configuration options to do so.
 
 
 ```js
 ```js
 ClassicEditor
 ClassicEditor
@@ -229,7 +229,7 @@ ClassicEditor
 
 
 ### Changing the geometry of the color grid
 ### Changing the geometry of the color grid
 
 
-It is also possible to configure in how many columns the colors in the grid are displayed. Use {@link module:font/fontColor~FontColorConfig#columns `fontColor.columns`} and {@link module:font/fontBackgroundColor~FontBackgroundColorConfig#columns `fontBackgroundColor.columns`} to do so.
+It is also possible to configure in how many columns the colors in the grid are displayed. Use {@link module:font/fontcolor~FontColorConfig#columns `fontColor.columns`} and {@link module:font/fontbackgroundcolor~FontBackgroundColorConfig#columns `fontBackgroundColor.columns`} to do so.
 
 
 <info-box>
 <info-box>
 	The configuration of the columns also affects the number of recently used colors displayed under the color grid. The less columns, the fewer recently used colors will be displayed.
 	The configuration of the columns also affects the number of recently used colors displayed under the color grid. The less columns, the fewer recently used colors will be displayed.