aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/util
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-03 16:31:05 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-03 16:31:05 -0700
commit112030481f3d89bb45cf9cecb2b21530bb53398c (patch)
treee2d57f7bd56179a2c6d84c4a7a18ef59b59f660a /docs/guides/util
parent9574db355f1435f60214726b21f1ca5bb9d13f6c (diff)
downloadbun-112030481f3d89bb45cf9cecb2b21530bb53398c.tar.gz
bun-112030481f3d89bb45cf9cecb2b21530bb53398c.tar.zst
bun-112030481f3d89bb45cf9cecb2b21530bb53398c.zip
More guides and fixing links (#3960)bun-v0.7.2
* More guides * WIP * Updates * Fix
Diffstat (limited to 'docs/guides/util')
-rw-r--r--docs/guides/util/base64.md2
1 files changed, 1 insertions, 1 deletions
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.