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

Commit

Permalink
Merge pull request #440 from gravitational/tener/fix-404
Browse files Browse the repository at this point in the history
Fix 404 docs link
  • Loading branch information
Tener authored Mar 7, 2024
2 parents fe3d288 + 2262ecf commit 33af72c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ export default function FourOhFour() {
<>
<h1>404 - Page Not Found</h1>
We&apos;re very sorry - we could not find the page you were looking for.
Please navigate to the Teleport <Link href="/docs/">
Documentation
</Link>{" "}
or the <a href="/">Home Page</a> to find what you&apos;re looking for.
Please navigate to the Teleport <Link href="/">Documentation</Link> or the
<a href="/">Home Page</a> to find what you&apos;re looking for.
</>
);
}

0 comments on commit 33af72c

Please sign in to comment.