Merge pull request #390 from brxken128/fix-faq-urls

fix incorrect faq URLs
This commit is contained in:
Oscar Beaumont 2022-10-01 11:06:00 +08:00 committed by GitHub
commit 894bb3d43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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" />