Skip to content

Commit

Permalink
Fix docs link (#1951)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
alextes and sindresorhus committed Dec 13, 2021
1 parent 3053c5f commit 2ac07e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/3-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This constructor takes the same arguments as the Got promise.

**Note:**
> When piping to [`ServerResponse`](https://nodejs.org/api/http.html#http_class_http_serverresponse), the headers will be automatically copied.\
> In order to prevent this behavior you need to override the request headers in a [`beforeRequest`](hooks.md#beforerequest) hook.
> In order to prevent this behavior you need to override the request headers in a [`beforeRequest`](9-hooks.md#beforerequest) hook.
**Note:**
> If the `body`, `json` or `form` option is used, this stream will be read-only.
Expand Down
2 changes: 1 addition & 1 deletion documentation/7-retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
> You can trigger a retry by throwing the [`RetryError`](8-errors.md#retryerror) in any hook.
**Tip:**
> The `afterResponse` hook exposes a dedicated function to retry with merged options. [Read more](hooks.md#afterresponse).
> The `afterResponse` hook exposes a dedicated function to retry with merged options. [Read more](9-hooks.md#afterresponse).
### `retry`

Expand Down

0 comments on commit 2ac07e1

Please sign in to comment.