diff options
author | 2023-05-17 01:08:45 +0100 | |
---|---|---|
committer | 2023-05-16 17:08:45 -0700 | |
commit | 2f4162e692f4ea1c66f3bcacf9bd044692c31f30 (patch) | |
tree | 0806421db3ad7551ee8a9711012870ef249876af | |
parent | ad20b13985fd1cc045fe07a4560f8dd7087a43d7 (diff) | |
download | bun-2f4162e692f4ea1c66f3bcacf9bd044692c31f30.tar.gz bun-2f4162e692f4ea1c66f3bcacf9bd044692c31f30.tar.zst bun-2f4162e692f4ea1c66f3bcacf9bd044692c31f30.zip |
fix: broken link (#2897)
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 6b5891cdf..69df001f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ Get started with one of the quick links below, or read on to learn more about Bu {% arrowbutton href="/docs/installation" text="Install Bun" /%} {% arrowbutton href="/docs/quickstart" text="Do the quickstart" /%} {% arrowbutton href="/docs/cli/install" text="Install a package" /%} -{% arrowbutton href="//docs/templates" text="Use a project template" /%} +{% arrowbutton href="/docs/templates" text="Use a project template" /%} {% arrowbutton href="/docs/cli/build" text="Bundle code for production" /%} {% arrowbutton href="/docs/api/http" text="Build an HTTP server" /%} {% arrowbutton href="/docs/api/websockets" text="Build a Websocket server" /%} |