From 6875205c1a6eff1ce89ae762b1636cf3cd9fb957 Mon Sep 17 00:00:00 2001 From: George B <705427+georgeblahblah@users.noreply.github.com> Date: Mon, 28 Mar 2022 10:07:18 +0100 Subject: [PATCH] docs: Fix link markup to Options definition (#1525) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b27b2a06..37fd608f1 100644 --- a/README.md +++ b/README.md @@ -669,7 +669,7 @@ See [options](#fetch-options) for exact meaning of these extensions. _(spec-compliant)_ - `input` A string representing a URL, or another `Request` (which will be cloned) -- `options` [Options][#fetch-options] for the HTTP(S) request +- `options` [Options](#fetch-options) for the HTTP(S) request Constructs a new `Request` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request).