From 112030481f3d89bb45cf9cecb2b21530bb53398c Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 3 Aug 2023 16:31:05 -0700 Subject: More guides and fixing links (#3960) * More guides * WIP * Updates * Fix --- docs/guides/util/base64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/util') diff --git a/docs/guides/util/base64.md b/docs/guides/util/base64.md index 06003f062..bbc8f0906 100644 --- a/docs/guides/util/base64.md +++ b/docs/guides/util/base64.md @@ -12,4 +12,4 @@ const decoded = atob(encoded); // => "hello world" --- -See [Docs > API > Hashing](/docs/api/hashing#bun-password) for complete documentation. +See [Docs > Web APIs](/docs/runtime/web-apis) for a complete breakdown of the Web APIs implemented in Bun. -- cgit v1.2.3