Skip to content

Commit 91276af

Browse files
committed
chore: Fix redirected MDN URLs for HTTP methods docs
1 parent c9dfef3 commit 91276af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ An object containing properties that you want to apply to the request.
7373

7474
* `method` <Type text="string" /> <MetaInfo text="optional" />
7575

76-
* The HTTP request method. The default is `GET`. In Workers, all [HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) are supported, except for [`CONNECT`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/CONNECT).
76+
* The HTTP request method. The default is `GET`. In Workers, all [HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods) are supported, except for [`CONNECT`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/CONNECT).
7777

7878
* `headers` Headers optional
7979

0 commit comments

Comments
 (0)