Skip to content

Commit

Permalink
Fix footer links, point to Sphinx docs path (docs built via GitHub Ac…
Browse files Browse the repository at this point in the history
…tions)
  • Loading branch information
bnubald committed Jan 5, 2025
1 parent 723e1b2 commit 92b0462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export const footerData = {
{
title: 'Support',
links: [
{ text: 'Documentation', href: '#' },
{ text: 'Code of conduct', href: 'code-of-conduct' },
{ text: 'Privacy policy', href: 'privacy' },
{ text: 'Documentation', href: '/docs' },
{ text: 'Code of conduct', href: '/code-of-conduct' },
{ text: 'Privacy policy', href: '/privacy' },
],
},
],
Expand Down

0 comments on commit 92b0462

Please sign in to comment.