aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Moritz Eck <moritz.eck@gmail.com> 2023-09-23 18:56:37 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-23 09:56:37 -0700
commit72f9017b21cbb6de83d054a0b985e9fe9a7708f3 (patch)
treee62590cef1918c05f93a365a3a825e9cbaa35ff4
parent93f1d910834abc7ea0b8cd3d74d7ee1657d6adb5 (diff)
downloadbun-72f9017b21cbb6de83d054a0b985e9fe9a7708f3.tar.gz
bun-72f9017b21cbb6de83d054a0b985e9fe9a7708f3.tar.zst
bun-72f9017b21cbb6de83d054a0b985e9fe9a7708f3.zip
docs: update link to templates in remix guide (#5965)
-rw-r--r--docs/guides/ecosystem/remix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/remix.md b/docs/guides/ecosystem/remix.md
index 1aba08b23..5adf648ec 100644
--- a/docs/guides/ecosystem/remix.md
+++ b/docs/guides/ecosystem/remix.md
@@ -18,7 +18,7 @@ $ bun create remix
dir Where should we create your new project?
./my-app
- ◼ Using basic template See https://remix.run/docs/pages/templates for more
+ ◼ Using basic template See https://remix.run/docs/en/main/guides/templates#templates for more
✔ Template copied
git Initialize a new git repository?