8
0
Просмотр исходного кода

Docs: Updated links with anchors. See ckeditor/ckeditor5#826. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
3b9564a377
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      packages/ckeditor5-core/docs/api/core.md
  2. 1 1
      packages/ckeditor5-core/src/plugincollection.js

+ 1 - 1
packages/ckeditor5-core/docs/api/core.md

@@ -12,7 +12,7 @@ Together with the {@link api/engine editing engine} and the {@link api/ui standa
 
 
 ## Documentation
 ## Documentation
 
 
-See the introduction to the {@link framework/guides/architecture/intro#Core-editor-architecture core editor's architecture}.
+See the introduction to the {@link framework/guides/architecture/intro#core-editor-architecture core editor's architecture}.
 
 
 You can also browse the API documentation of this package by using the module tree on the left.
 You can also browse the API documentation of this package by using the module tree on the left.
 
 

+ 1 - 1
packages/ckeditor5-core/src/plugincollection.js

@@ -120,7 +120,7 @@ export default class PluginCollection {
 			 * that you tried loading plugins by name. However, unlike CKEditor 4, CKEditor 5 does not implement a "plugin loader".
 			 * that you tried loading plugins by name. However, unlike CKEditor 4, CKEditor 5 does not implement a "plugin loader".
 			 * This means that CKEditor 5 does not know where to load the plugin modules from. Therefore, you need to
 			 * This means that CKEditor 5 does not know where to load the plugin modules from. Therefore, you need to
 			 * provide each plugin through reference (as a constructor function). Check out the examples in
 			 * provide each plugin through reference (as a constructor function). Check out the examples in
-			 * {@glink builds/guides/integration/advanced-setup#Scenario-2-Building-from-source "Building from source"}.
+			 * {@glink builds/guides/integration/advanced-setup#scenario-2-building-from-source "Building from source"}.
 			 *
 			 *
 			 * @error plugincollection-plugin-not-found
 			 * @error plugincollection-plugin-not-found
 			 * @param {Array.<String>} plugins The name of the plugins which could not be loaded.
 			 * @param {Array.<String>} plugins The name of the plugins which could not be loaded.