Browse Source

Docs: Updated paths to the Installing plugins guide. See ckeditor/ckeditor5#1163.

Piotrek Koszuliński 7 years ago
parent
commit
8c27098f52
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

@@ -182,7 +182,7 @@ ClassicEditor
 ```
 
 <info-box info>
-	Read more about {@link builds/guides/development/installing-plugins installing plugins}.
+	Read more about {@link builds/guides/integration/installing-plugins installing plugins}.
 </info-box>
 
 ## Common API
@@ -249,7 +249,7 @@ The {@link module:font/fontsize~FontSize} plugin registers the following compone
 	// For named presets:
 	editor.execute( 'fontSize', { value: 'small' } );
 	```
-	
+
 	Passing an empty value will remove any `fontSize` set:
 
 	```js