Skip to content

Commit 6ae0da9

Browse files
authored
Update navigation.ts
Fixed link to Time Variables
1 parent 1c3da18 commit 6ae0da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/navigation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const nav: Array<NavGroup> = [
2929
links: [
3030
{ title: 'Alert Queues', href: '/guides/alert-queues' },
3131
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
32-
{ title: 'Time Variables', href: '/v5/guides/time-variables' },
32+
{ title: 'Time Variables', href: '/v5/guides/time-variable' },
3333
{ title: 'Custom Variables', href: '/v5/guides/custom-variables' },
3434
],
3535
},

0 commit comments

Comments
 (0)