Skip to content

Commit 629c5e3

Browse files
Fix button icon link
1 parent 08d10d0 commit 629c5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icon/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import SLDSUtilityIcon from '../utilities/utility-icon';
3030
import { ICON } from '../../utilities/constants';
3131

3232
/**
33-
* The Icon component is the Lightning Design System Icon component and should be used for naked icons. For icons that are buttons, use the <a href='#/button'>SLDSButton component</a> component with <code>variant='icon'</code>.
33+
* The Icon component is the Lightning Design System Icon component and should be used for naked icons. For icons that are buttons, use the <a href='/components/buttons/'>Button component</a> component with <code>variant='icon'</code>.
3434
*/
3535
const Icon = React.createClass({
3636
// ### Display Name

0 commit comments

Comments
 (0)