From 1d9a0b2f4db2deee03279cd8397415c9b62128a3 Mon Sep 17 00:00:00 2001 From: Nikolay Kirsh Date: Wed, 4 Aug 2021 19:49:26 +0500 Subject: [PATCH] docs: fix instances anchor (#29) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 572ada9..2bf24dd 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ const response = await gotScraping({ }); ``` -You can check out how to override request headers using handlers in the original `got` repo under the [instances](https://github.com/sindresorhus/got#instances) section. +You can check out how to override request headers using handlers in the original `got` repo under the [instances](https://github.com/sindresorhus/got/blob/main/documentation/10-instances.md) section. ### Customizing Header generator options