Skip to content

Commit 6a45627

Browse files
committed
Fix wrong URL (#31)
1 parent 95b513e commit 6a45627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cypress-testing-library/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and `queryAllBy` commands.
2929
## Examples
3030

3131
To show some simple examples (from
32-
[cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
32+
[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
3333

3434
```javascript
3535
cy.getAllByText('Jackie Chan').click()

0 commit comments

Comments
 (0)