Skip to content

Commit

Permalink
fix(link): popular guides on home page (#1737)
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
arjunattam authored Aug 21, 2023
1 parent 9a33dd2 commit eff1a67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions guides.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export const guides = [
{
title: 'Recordings',
subText: 'Get composite and track-level recordings for video on-demand scenarios',
link: '/get-started/v2/get-started/features/recordings/overview'
},
{
title: 'Interactive Live Streaming',
subText: 'Learn how to live stream your rooms and interact with viewers',
link: '/concepts/v2/concepts/live-streaming'
link: '/get-started/v2/get-started/features/live-streaming'
},
{
title: 'Hand Raise',
subText: 'Learn how to implement hand raise using peer metadata',
link: '/javascript/v2/how--to-guides/build-interactive-features/peer-metadata'
},
{
title: 'Recordings',
subText: 'Get composite and track-level recordings for video on-demand scenarios',
link: '/concepts/v2/concepts/recordings'
}
];
];

1 comment on commit eff1a67

@vercel
Copy link

@vercel vercel bot commented on eff1a67 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.