Skip to content

Update HTTP -> HTTPs in README files #11635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-art/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion packages/react-test-renderer/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.