Selaa lähdekoodia

Merge branch t/ckeditor5-dev/365

Docs: Fixed a couple of links. See ckeditor/ckeditor5-dev#365.
Piotrek Koszuliński 7 vuotta sitten
vanhempi
commit
43057918de

+ 1 - 1
packages/ckeditor5-ui/src/view.js

@@ -184,7 +184,7 @@ export default class View {
 		 */
 
 		/**
-		 * Cached {@link @link module:ui/template~BindChain bind chain} object created by the
+		 * Cached {@link module:ui/template~BindChain bind chain} object created by the
 		 * {@link #template}. See {@link #bindTemplate}.
 		 *
 		 * @private

+ 1 - 1
packages/ckeditor5-ui/src/viewcollection.js

@@ -53,7 +53,7 @@ export default class ViewCollection extends Collection {
 	/**
 	 * Creates a new instance of the {@link module:ui/viewcollection~ViewCollection}.
 	 *
-	 * @param {module:utils/locale~Locale} [locale] The {@link module:core/editor~Editor editor's locale} instance.
+	 * @param {module:utils/locale~Locale} [locale] The {@link module:core/editor/editor~Editor editor's locale} instance.
 	 */
 	constructor( locale ) {
 		super( {