From 33e75b1cd2391c9d4c1c9770c3be4fb771f7f726 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Tue, 10 Sep 2024 23:13:57 +1000 Subject: [PATCH 1/2] docs: fix link to cheatsheet --- packages/fetch-mock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fetch-mock/README.md b/packages/fetch-mock/README.md index afcbf8c94..6804d17e8 100644 --- a/packages/fetch-mock/README.md +++ b/packages/fetch-mock/README.md @@ -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. From 875e4f6bd7b50229b6f83e14075c1a3fcd6210a4 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Tue, 10 Sep 2024 23:18:02 +1000 Subject: [PATCH 2/2] docs: another occurrence of the cheatsheet ref --- packages/fetch-mock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fetch-mock/README.md b/packages/fetch-mock/README.md index 6804d17e8..b10b96ed6 100644 --- a/packages/fetch-mock/README.md +++ b/packages/fetch-mock/README.md @@ -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)