Skip to content

Commit

Permalink
Update UsingMatchers.md to fix broken links (#4662)
Browse files Browse the repository at this point in the history
..at the bottom of the 'Using matchers' docs page which is deployed to http://facebook.github.io/jest/docs/en/using-matchers.html

This change adds the value `/en/` to the href attributes so the links now resolve correctly.
  • Loading branch information
barrymcgee authored and cpojer committed Oct 11, 2017
1 parent 08a3fee commit c15a4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UsingMatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ test('compiling android goes as expected', () => {

### And More

This is just a taste. For a complete list of matchers, check out the [reference docs](/jest/docs/expect.html).
This is just a taste. For a complete list of matchers, check out the [reference docs](/jest/docs/en/expect.html).

Once you've learned about the matchers that are available, a good next step is to check out how Jest lets you [test asynchronous code](/jest/docs/asynchronous.html).
Once you've learned about the matchers that are available, a good next step is to check out how Jest lets you [test asynchronous code](/jest/docs/en/asynchronous.html).

0 comments on commit c15a4a6

Please sign in to comment.