Skip to content

Commit

Permalink
Fixed broken link in Animations documentation
Browse files Browse the repository at this point in the history
Reviewed By: bestander

Differential Revision: D3346075

fbshipit-source-id: 3dc066af8ea1ada180e7c7f33108b148f17d73f2
  • Loading branch information
nathanajah authored and Facebook Github Bot 8 committed May 26, 2016
1 parent 26aa27d commit be34e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Animations.md
Expand Up @@ -323,7 +323,7 @@ animations that underlies all of the JavaScript-based animation APIs. In
general, you shouldn't need to call this yourself - the animation APIs will
manage frame updates for you.
### react-tween-state (Not recommended - use [Animated](#animated) instead)
### react-tween-state (Not recommended - use [Animated](docs/animations.html#animated) instead)
[react-tween-state](https://github.com/chenglou/react-tween-state) is a
minimal library that does exactly what its name suggests: it *tweens* a
Expand Down Expand Up @@ -393,7 +393,7 @@ Here we animated the opacity, but as you might guess, we can animate any
numeric value. Read more about react-tween-state in its
[README](https://github.com/chenglou/react-tween-state).
### Rebound (Not recommended - use [Animated](docs/animation.html) instead)
### Rebound (Not recommended - use [Animated](docs/animations.html#animated) instead)
[Rebound.js](https://github.com/facebook/rebound-js) is a JavaScript port of
[Rebound for Android](https://github.com/facebook/rebound). It is
Expand Down

0 comments on commit be34e04

Please sign in to comment.