Skip to content

Commit 7abd95c

Browse files
committed
docs: use HTTPS when linking pages
1 parent 217518d commit 7abd95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CSSTransition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const removeClass = (node, classes) => node && classes && classes.split(' ').for
1414
* A transition component inspired by the excellent
1515
* [ng-animate](http://www.nganimate.org/) library, you should use it if you're
1616
* using CSS transitions or animations. It's built upon the
17-
* [`Transition`](http://reactcommunity.org/react-transition-group/transition)
17+
* [`Transition`](https://reactcommunity.org/react-transition-group/transition)
1818
* component, so it inherits all of its props.
1919
*
2020
* `CSSTransition` applies a pair of class names during the `appear`, `enter`,

src/Transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const EXITING = 'exiting'
2121
*
2222
* **Note**: `Transition` is a platform-agnostic base component. If you're using
2323
* transitions in CSS, you'll probably want to use
24-
* [`CSSTransition`](http://reactcommunity.org/react-transition-group/css-transition)
24+
* [`CSSTransition`](https://reactcommunity.org/react-transition-group/css-transition)
2525
* instead. It inherits all the features of `Transition`, but contains
2626
* additional features necessary to play nice with CSS transitions (hence the
2727
* name of the component).

0 commit comments

Comments
 (0)