mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
fix incorrect faq URLs
This commit is contained in:
@@ -56,7 +56,7 @@ export function Footer() {
|
||||
<h3 className="mb-1 text-xs font-bold uppercase ">About</h3>
|
||||
|
||||
<FooterLink link="/team">Team</FooterLink>
|
||||
<FooterLink link="/faq">FAQ</FooterLink>
|
||||
<FooterLink link="/docs/product/resources/faq">FAQ</FooterLink>
|
||||
<FooterLink link="/careers">Careers</FooterLink>
|
||||
<FooterLink link="/changelog">Changelog</FooterLink>
|
||||
<FooterLink link="/blog">Blog</FooterLink>
|
||||
|
||||
@@ -226,7 +226,7 @@ function Page() {
|
||||
lives, at unlimited scale.
|
||||
</p>
|
||||
<a
|
||||
href="/faq"
|
||||
href="/docs/product/resources/faq"
|
||||
className="flex flex-row items-center text-gray-400 duration-150 animation-delay-3 fade-in-heading hover:text-white text-underline underline-offset-4"
|
||||
>
|
||||
<ArrowRight className="mr-2" />
|
||||
|
||||
Reference in New Issue
Block a user