Skip to content

Commit

Permalink
Fix link to privacy policy in docs footer (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Mar 1, 2024
1 parent e1778cd commit 7330707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const footerLegalNav = [
{ name: "Imprint", href: "https://sharezone.net/imprint" },
{
name: "Privacy Policy",
href: "https://sharezone.net/privacy",
href: "https://sharezone.net/privacy-policy",
},
];

Expand Down

0 comments on commit 7330707

Please sign in to comment.