Skip to content

Commit c1787ed

Browse files
authored
Merge pull request #421 from joss-c/patch-1
Fix CDN/External link
2 parents 8943f40 + af2ca0c commit c1787ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ yarn add react-transition-group
6363
including the library in your application is negligible. However,
6464
in situations where it may be useful to benefit from an external
6565
CDN when bundling, link to the following CDN:{' '}
66-
<a href="https://unpkg.com/react-transition-group/dist/react-transition-group.min.js">
67-
https://unpkg.com/react-transition-group/dist/react-transition-group.min.js
66+
<a href="https://unpkg.com/react-transition-group/dist/react-transition-group.js">
67+
https://unpkg.com/react-transition-group/dist/react-transition-group.js
6868
</a>
6969
</p>
7070
</section>

0 commit comments

Comments
 (0)