Skip to content

Commit f2fa7df

Browse files
authored
docs(v2): fix links to GitHub repo (main => v2) (#10727)
1 parent f8b24f2 commit f2fa7df

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/guides/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Additionally, Remix doesn't abstract over your infrastructure, so the templates
2121

2222
In a nutshell: if you want to deploy your app, Read the manual 😋
2323

24-
[starter-templates]: https://github.com/remix-run/remix/tree/main/templates
24+
[starter-templates]: https://github.com/remix-run/remix/tree/v2/templates

docs/guides/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ After the init script has been run, the `remix.init` folder gets deleted, so you
165165
[indie_stack]: https://github.com/remix-run/indie-stack
166166
[grunge_stack]: https://github.com/remix-run/grunge-stack
167167
[remix_stack_topic]: https://github.com/topics/remix-stack
168-
[official_templates]: https://github.com/remix-run/remix/tree/main/templates
168+
[official_templates]: https://github.com/remix-run/remix/tree/v2/templates
169169
[examples]: https://github.com/remix-run/examples
170170
[vercel_template_docs]: https://vercel.com/docs/frameworks/remix
171171
[netlify_template_docs]: https://docs.netlify.com/integrations/frameworks/remix

docs/guides/vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ Finally, we were inspired by how other frameworks implemented Vite support:
10781078
- [SvelteKit][sveltekit]
10791079

10801080
[vite]: https://vitejs.dev
1081-
[template-cloudflare]: https://github.com/remix-run/remix/tree/main/templates/cloudflare
1081+
[template-cloudflare]: https://github.com/remix-run/remix/tree/v2/templates/cloudflare
10821082
[public-path]: ../file-conventions/remix-config#publicpath
10831083
[server-build-path]: ../file-conventions/remix-config#serverbuildpath
10841084
[vite-config]: ../file-conventions/vite-config

docs/start/v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,15 +1120,15 @@ Please see the [`serverModuleFormat`][server-module-format] section.
11201120
[meta]: ../route/meta
11211121
[meta-v2-rfc]: https://github.com/remix-run/remix/discussions/4462
11221122
[meta-v2-matches]: #the-matches-argument
1123-
[templates]: https://github.com/remix-run/remix/tree/main/templates
1123+
[templates]: https://github.com/remix-run/remix/tree/v2/templates
11241124
[dev-docs]: ../other-api/dev
11251125
[manual-mode]: ../guides/manual-mode
11261126
[source-map-support]: https://npm.im/source-map-support
11271127
[official-netlify-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-adapter
11281128
[official-netlify-edge-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-edge-adapter
1129-
[netlify-template]: https://github.com/remix-run/remix/tree/main/templates/netlify
1129+
[netlify-template]: https://github.com/remix-run/remix/tree/v2/templates/netlify
11301130
[official-netlify-template]: https://github.com/netlify/remix-template
1131-
[vercel-template]: https://github.com/remix-run/remix/tree/main/templates/vercel
1131+
[vercel-template]: https://github.com/remix-run/remix/tree/v2/templates/vercel
11321132
[official-vercel-template]: https://github.com/vercel/vercel/tree/main/examples/remix
11331133
[troubleshooting]: #troubleshooting
11341134
[server-module-format]: #servermoduleformat

0 commit comments

Comments
 (0)