Skip to content

Commit

Permalink
Update README URLS to HTTPS (#11635)
Browse files Browse the repository at this point in the history
URLs were updated to use HTTPS protocol in README files.
  • Loading branch information
him2him2 authored and aweary committed Nov 28, 2017
1 parent acdaf4b commit 95afa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ console.log(renderer.toJSON());
// children: [ 'Facebook' ] }
```

You can also use Jest's snapshot testing feature to automatically save a copy of the JSON tree to a file and check in your tests that it hasn't changed: http://facebook.github.io/jest/blog/2016/07/27/jest-14.html.
You can also use Jest's snapshot testing feature to automatically save a copy of the JSON tree to a file and check in your tests that it hasn't changed: https://facebook.github.io/jest/blog/2016/07/27/jest-14.html.

0 comments on commit 95afa5d

Please sign in to comment.