Skip to content

Commit

Permalink
[docs] Fix reference to Popover demo (#10661)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchmidt authored and oliviertassinari committed Mar 15, 2018
1 parent ff20b65 commit f39fa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/api/grow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ filename: /src/transitions/Grow.js

# Grow

The Grow transition is used by the [Popover](/demos/popovers) component.
The Grow transition is used by the [Popover](/utils/popovers) component.
It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.

## Props
Expand Down
2 changes: 1 addition & 1 deletion src/transitions/Grow.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const styles = {
};

/**
* The Grow transition is used by the [Popover](/demos/popovers) component.
* The Grow transition is used by the [Popover](/utils/popovers) component.
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
*/
class Grow extends React.Component {
Expand Down

0 comments on commit f39fa2a

Please sign in to comment.