Skip to content

Commit

Permalink
[Docs] Remove localhost:3000 from link
Browse files Browse the repository at this point in the history
  • Loading branch information
dugokontov committed Apr 21, 2016
1 parent be3615f commit efc62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/Divider/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const descriptions = {
simple: 'Here, `Divider` is used to separate [TextField](/#/components/text-field) components. ' +
'It defaults to "full-bleed" (full width).',
inset: 'The `inset` parameter allows the divider to to align with inset content, ' +
'such as inset [List](http://localhost:3000/#/components/list) components.',
'such as inset [List](/#/components/list) components.',
menu: '`Divider` can alo be used in [Menus](/#/components/menu).',
};

Expand Down

0 comments on commit efc62fd

Please sign in to comment.