From b542f42a0ff658eb383ac3b058c9805ade0ef034 Mon Sep 17 00:00:00 2001 From: Ronald Eddy Jr Date: Mon, 27 Nov 2017 18:13:41 -0800 Subject: [PATCH] Update README URLS to HTTPS (#11635) URLs were updated to use HTTPS protocol in README files. --- packages/react-art/README.md | 2 +- packages/react-test-renderer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-art/README.md b/packages/react-art/README.md index ddfde484e1..88dc3ce4f3 100644 --- a/packages/react-art/README.md +++ b/packages/react-art/README.md @@ -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/). diff --git a/packages/react-test-renderer/README.md b/packages/react-test-renderer/README.md index fd925dc126..6c784a67c8 100644 --- a/packages/react-test-renderer/README.md +++ b/packages/react-test-renderer/README.md @@ -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.