Skip to content

Commit a2365e4

Browse files
committed
Fixed v3 docs link in the sidebar
1 parent 42d319c commit a2365e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export function SideMenu({ user, project, organization, organizations }: SideMen
264264
<SideMenuItem
265265
name="Documentation (v3)"
266266
icon="docs"
267-
to="https://trigger.dev/docs"
267+
to="https://trigger.dev/docs/v3"
268268
data-action="documentation"
269269
target="_blank"
270270
/>

0 commit comments

Comments
 (0)