Skip to content

Commit

Permalink
Fix a link to legal disclaimer in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 21, 2025
1 parent 5d9a365 commit bc66cca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,10 @@ export const SiteFooter = (props: SiteFooterProps) => (
</p>
<p>
Please consult our full{" "}
<a href="/about#legal">legal disclaimer</a>.
<a href="/organization#legal-disclaimer">
legal disclaimer
</a>
.
</p>
<p className="legal--last-paragraph">
<span>
Expand Down

0 comments on commit bc66cca

Please sign in to comment.