Skip to content

Commit

Permalink
docs: fix link in README (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse authored and Kent C. Dodds committed Apr 7, 2018
1 parent e6efd07 commit 075528d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 075528d

Please sign in to comment.