Skip to content

Commit

Permalink
Merge pull request #831 from joscha/patch-1
Browse files Browse the repository at this point in the history
docs: fix link to cheatsheet
  • Loading branch information
wheresrhys authored Sep 15, 2024
2 parents f2b0506 + 875e4f6 commit 513e3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fetch-mock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features include:

_New_ If using jest, try the new [fetch-mock-jest](https://www.npmjs.com/package/fetch-mock-jest) wrapper.

_New_ [Cheatsheet](https://github.com/wheresrhys/fetch-mock/blob/master/docs/cheatsheet.md)
_New_ [Cheatsheet](https://github.com/wheresrhys/fetch-mock/blob/main/docs/docs/fetch-mock/Usage/cheatsheet.md)

![node version](https://img.shields.io/node/v/fetch-mock.svg?style=flat-square)
[![licence](https://img.shields.io/npm/l/fetch-mock.svg?style=flat-square)](https://github.com/wheresrhys/fetch-mock/blob/master/LICENSE)
Expand Down Expand Up @@ -54,7 +54,7 @@ fetch-mock requires the following to run:

## Documentation and Usage

See the [project website](http://www.wheresrhys.co.uk/fetch-mock/) or [cheatsheet](https://github.com/wheresrhys/fetch-mock/blob/master/docs/cheatsheet.md)
See the [project website](http://www.wheresrhys.co.uk/fetch-mock/) or [cheatsheet](https://github.com/wheresrhys/fetch-mock/blob/main/docs/docs/fetch-mock/Usage/cheatsheet.md)

If you're using jest as your test runner, consider using [fetch-mock-jest](https://www.npmjs.com/package/fetch-mock-jest), a lightweight, jest-friendly wrapper around fetch-mock.

Expand Down

0 comments on commit 513e3c4

Please sign in to comment.