Skip to content

Commit

Permalink
Updates broken links in README (#5310)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidatthepark authored and cpojer committed Jan 15, 2018
1 parent 274b84a commit a6fa7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PASS ./sum.test.js

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

## Running from command line

Expand All @@ -83,7 +83,7 @@ jest my-test --notify --config=config.json
```

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

## Additional Configuration

Expand Down

0 comments on commit a6fa7e3

Please sign in to comment.