From 205b9c1a782335814d39cc22b58032470d0ba1f8 Mon Sep 17 00:00:00 2001 From: Ernesto Garcia Date: Fri, 6 Apr 2018 16:41:59 -0300 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38741a7..05763937 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ getByText(container, (content, element) => { ## `query` APIs -Each of the `get` APIs listed in [the `render`](#render) section above have a +Each of the `get` APIs listed in [the 'Usage'](#usage) section above have a complimentary `query` API. The `get` APIs will throw errors if a proper node cannot be found. This is normally the desired effect. However, if you want to make an assertion that an element is _not_ present in the DOM, then you can use