Skip to content

Commit a6fa7e3

Browse files
davidattheparkcpojer
authored andcommitted
Updates broken links in README (#5310)
1 parent 274b84a commit a6fa7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PASS ./sum.test.js
6868

6969
This test used `expect` and `toBe` to test that two values were exactly
7070
identical. To learn about the other things that Jest can test, see
71-
[Using Matchers](UsingMatchers.md).
71+
[Using Matchers](https://facebook.github.io/jest/docs/using-matchers.html).
7272

7373
## Running from command line
7474

@@ -83,7 +83,7 @@ jest my-test --notify --config=config.json
8383
```
8484

8585
If you'd like to learn more about running `jest` through the command line, take
86-
a look at the [Jest CLI Options](CLI.md) page.
86+
a look at the [Jest CLI Options](https://facebook.github.io/jest/docs/cli.html) page.
8787

8888
## Additional Configuration
8989

0 commit comments

Comments
 (0)