Update README URLS to HTTPS (#11635)

URLs were updated to use HTTPS protocol in README files.
This commit is contained in:
Ronald Eddy Jr 2017-11-27 18:13:41 -08:00 committed by Brandon Dail
parent 158f040d54
commit b542f42a0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# React ART
React ART is a JavaScript library for drawing vector graphics using [React](http://facebook.github.io/react/).
React ART is a JavaScript library for drawing vector graphics using [React](https://github.com/facebook/react/).
It provides declarative and reactive bindings to the [ART library](https://github.com/sebmarkbage/art/).

View File

@ -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.