Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Nov 26, 2023
1 parent faa54fd commit 9d00b97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,19 @@ const config = {
items: [
{
label: 'Videos on stage',
to: '/videos/on-stage',
to: '/media/videos/on-stage',
},
{
label: 'Videos interviews',
to: '/videos/interviews',
to: '/media/videos/interviews',
},
{
label: 'Videos on webinars',
to: '/videos/webinars-presentations',
to: '/media/videos/webinars-presentations',
},
{
label: 'Videos on product videos',
to: '/videos/product-videos',
to: '/media/videos/product-videos',
},
],
},
Expand Down

0 comments on commit 9d00b97

Please sign in to comment.