Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

docs: fixing broken redirects #502

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ export default function FourOhFour() {
<Link href="https://goteleport.com/blog/">Blog</Link>
</li>
<li>
<Link href="/support/">Customer Support</Link>
<Link href="faq">Frequently Asked Questions</Link>
</li>
<li>
<Link href="https://goteleport.com/support/">Help & Support</Link>
</li>
<li>
<Link href="/">Documentation Home</Link>
Expand All @@ -41,19 +44,19 @@ export default function FourOhFour() {
<Link href="installation">Installation</Link>
</li>
<li>
<Link href="server-access">Teleport Server Access</Link>
<Link href="server-access/guides">Teleport Server Access</Link>
</li>
<li>
<Link href="kubernetes-access">Teleport Kubernetes Access</Link>
</li>
<li>
<Link href="database-access">Teleport Database Access</Link>
<Link href="database-access/guides">Teleport Database Access</Link>
</li>
<li>
<Link href="desktop-access">Teleport Desktop Access</Link>
</li>
<li>
<Link href="application-access">Teleport Application Access</Link>
<Link href="application-access/guides">Teleport Application Access</Link>
</li>
</ul>
</div>
Expand Down
Loading