From 9d16112e28978aa1beed167f018ae29db607e035 Mon Sep 17 00:00:00 2001 From: Mirasayon Date: Tue, 14 May 2024 23:03:49 +0500 Subject: [PATCH] Update external links 07-edge.mdx (#65728) Co-authored-by: Sam Ko --- docs/02-app/02-api-reference/07-edge.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-app/02-api-reference/07-edge.mdx b/docs/02-app/02-api-reference/07-edge.mdx index c4a7f0fc27..c605627257 100644 --- a/docs/02-app/02-api-reference/07-edge.mdx +++ b/docs/02-app/02-api-reference/07-edge.mdx @@ -26,8 +26,8 @@ The Next.js Edge Runtime is used for Middleware and supports the following APIs: | API | Description | | ----------------------------------------------------------------------------------- | ---------------------------------- | -| [`atob`](https://developer.mozilla.org/docs/Web/API/WindowOrWorkerGlobalScope/atob) | Decodes a base-64 encoded string | -| [`btoa`](https://developer.mozilla.org/docs/Web/API/WindowOrWorkerGlobalScope/btoa) | Encodes a string in base-64 | +| [`atob`](https://developer.mozilla.org/en-US/docs/Web/API/atob) | Decodes a base-64 encoded string | +| [`btoa`](https://developer.mozilla.org/en-US/docs/Web/API/btoa) | Encodes a string in base-64 | | [`TextDecoder`](https://developer.mozilla.org/docs/Web/API/TextDecoder) | Decodes a Uint8Array into a string | | [`TextDecoderStream`](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) | Chainable decoder for streams | | [`TextEncoder`](https://developer.mozilla.org/docs/Web/API/TextEncoder) | Encodes a string into a Uint8Array |