mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Update README URLS to HTTPS (#11635)
URLs were updated to use HTTPS protocol in README files.
This commit is contained in:
parent
158f040d54
commit
b542f42a0f
|
|
@ -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/).
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user