Skip to content

Commit

Permalink
Issue #343
Browse files Browse the repository at this point in the history
  • Loading branch information
oski-bear authored Sep 26, 2023
1 parent 11801f0 commit 4009e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const IndexPage = () => {
Create Account
</Button>
<Button
to="/account/hosting"
to="/docs/services/webapps/#requesting-app-hosting"
bg="white"
textDecoration="none"
_hover={{ textDecoration: "none" }}
Expand All @@ -67,7 +67,7 @@ const IndexPage = () => {
Request Hosting
</Button>
<Button
to="/docs/printing"
to="/docs/services/lab/printing"
bg="white"
textDecoration="none"
_hover={{ textDecoration: "none" }}
Expand Down

0 comments on commit 4009e6d

Please sign in to comment.