Browse Source

Docs: Fixed broken links in the dropdown component.

Aleksander Nowodzinski 7 years ago
parent
commit
4b358070fb

+ 2 - 2
packages/ckeditor5-ui/src/dropdown/dropdownview.js

@@ -188,8 +188,8 @@ export default class DropdownView extends View {
 		/**
 		 * Fired when the toolbar button or list item is executed.
 		 *
-		 * For {@link #listView} It fires when one of the list items has been
-		 * {@link module:ui/list/listitemview~ListItemView#event:execute executed}.
+		 * For {@link #listView} It fires when a child of some {@link module:ui/list/listitemview~ListItemView}
+		 * fired `execute`.
 		 *
 		 * For {@link #toolbarView} It fires when one of the buttons has been
 		 * {@link module:ui/button/buttonview~ButtonView#event:execute executed}.

+ 1 - 1
packages/ckeditor5-ui/src/dropdown/utils.js

@@ -251,7 +251,7 @@ function focusDropdownContentsOnArrows( dropdownView ) {
 }
 
 /**
- * A definition of the list item used by the {@link module:ui/dropdown/utils#addListToDropdown}
+ * A definition of the list item used by the {@link module:ui/dropdown/utils~addListToDropdown}
  * utility.
  *
  * @typedef {Object} module:ui/dropdown/utils~ListDropdownItemDefinition