From bf2953cf85c078b0fd567e51208eacd5dc9b87cd Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 21 Sep 2019 01:00:29 +0700 Subject: [PATCH] docs(item): fragment links pointed at root not doc (#19402) --- core/src/components/item/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/item/readme.md b/core/src/components/item/readme.md index 2df0967667..6903ac6137 100644 --- a/core/src/components/item/readme.md +++ b/core/src/components/item/readme.md @@ -4,11 +4,11 @@ Items are elements that can contain text, icons, avatars, images, inputs, and an ## Clickable Items -An item is considered "clickable" if it has an `href` or `button` property set. Clickable items have a few visual differences that indicate they can be interacted with. For example, a clickable item receives the ripple effect upon activation in `md` mode, has a highlight when activated in `ios` mode, and has a [detail arrow](/#detail-arrows) by default in `ios` mode. +An item is considered "clickable" if it has an `href` or `button` property set. Clickable items have a few visual differences that indicate they can be interacted with. For example, a clickable item receives the ripple effect upon activation in `md` mode, has a highlight when activated in `ios` mode, and has a [detail arrow](#detail-arrows) by default in `ios` mode. ## Detail Arrows -By default [clickable items](/#clickable-items) will display a right arrow icon on `ios` mode. To hide the right arrow icon on clickable elements, set the `detail` property to `false`. To show the right arrow icon on an item that doesn't display it naturally, set the `detail` property to `true`. +By default [clickable items](#clickable-items) will display a right arrow icon on `ios` mode. To hide the right arrow icon on clickable elements, set the `detail` property to `false`. To show the right arrow icon on an item that doesn't display it naturally, set the `detail` property to `true`.