Explorar el Código

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

Piotrek Koszuliński hace 7 años
padre
commit
89b3aa2712
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-core/src/plugincollection.js

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

@@ -288,7 +288,7 @@ export default class PluginCollection {
 			 * They are already built into that editor build and now get added for the second time as dependencies
 			 * of the plugin you are installing.
 			 *
-			 * Read more about {@glink builds/guides/development/installing-plugins installing plugins}.
+			 * Read more about {@glink builds/guides/integration/installing-plugins installing plugins}.
 			 *
 			 * @error plugincollection-plugin-name-conflict
 			 * @param {String} pluginName The duplicated plugin name.