Skip to content

Commit b29576f

Browse files
DaleSeoalexkrolick
authored andcommitted
Broken link (#47)
* Broken link There's no anchor called '#guiding-principles' in this page. It should take us to the page, '/guiding-principles'. * Correct the path
1 parent df88c3a commit b29576f

File tree

1 file changed

+1
-1
lines changed
  • docs/react-testing-library

1 file changed

+1
-1
lines changed

docs/react-testing-library/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This is a simple wrapper around `prettyDOM` which is also exposed and comes from
167167

168168
It'd probably be better if you test the component that's doing the prop updating
169169
to ensure that the props are being updated correctly (see
170-
[the Guiding Principles section](#guiding-principles)). That said, if you'd
170+
[the Guiding Principles section](/docs/guiding-principles)). That said, if you'd
171171
prefer to update the props of a rendered component in your test, this function
172172
can be used to update props of the rendered component.
173173

0 commit comments

Comments
 (0)