From f3c7511ce4b0c91d7ef36ef7a2edd4308b2f56d8 Mon Sep 17 00:00:00 2001 From: Kelli Blalock Date: Thu, 31 Oct 2019 02:51:49 -0700 Subject: [PATCH 1/2] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4ea2eb85..508e91e8f4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The backend API uses a fixed set of cached search results and is limited to a pa ## Create React App -This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md). +This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here]( https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md). ## Contributing From 5a3254888609953d110e157c3195889bfafac1c8 Mon Sep 17 00:00:00 2001 From: Kelli Blalock Date: Thu, 31 Oct 2019 03:01:55 -0700 Subject: [PATCH 2/2] Remove space before link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508e91e8f4..9257810750 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The backend API uses a fixed set of cached search results and is limited to a pa ## Create React App -This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here]( https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md). +This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md). ## Contributing