From 92ffa9d0c930ed0ee5112968f6b6316fc551c43f Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 1 Jan 2019 20:43:44 -0800 Subject: [PATCH] update docs links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 858b1d1b..6516a6ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Simple and complete DOM testing utilities that encourage good testing practices.

-[**Read the docs**](https://react-testing-library-docs.netlify.com/) | [Edit the docs](https://github.com/alexkrolick/react-testing-library-docs) +[**Read the docs**](https://testing-library.com/) | [Edit the docs](https://github.com/alexkrolick/testing-library-docs) @@ -84,7 +84,7 @@ should be installed as one of your project's `devDependencies`: npm install --save-dev dom-testing-library ``` -> [**Docs**](https://react-testing-library-docs.netlify.com/docs/install) +> [**Docs**](https://testing-library.com/docs/install) ## Implementations