Skip to content

Commit

Permalink
Merge pull request #1058 from getguesstimate/OAGr-docs-change
Browse files Browse the repository at this point in the history
Docs change
  • Loading branch information
OAGr authored Dec 5, 2024
2 parents f1c3162 + e005cf3 commit bb5a4a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Footer: React.FC = () => {
<Header>Guesstimate</Header>
<LinkItem href="/pricing">Pricing</LinkItem>
<LinkItem href="https://docs.getguesstimate.com/docs/FAQ">FAQ</LinkItem>
<LinkItem href="http://docs.getguesstimate.com/">
<LinkItem href="http://docs.getguesstimate.com/docs/Introduction">
Documentation
</LinkItem>
<LinkItem href="https://quantifieduncertainty.org">Blog</LinkItem>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Header/HeaderRightMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const HeaderRightMenu: FC<Props> = (props) => {
<MenuLink href="/scratchpad" noMobile text="Scratchpad" />
<MenuLink href="/pricing" noMobile text="Plans" />
<MenuLink
href="http://docs.getguesstimate.com/"
href="http://docs.getguesstimate.com/docs/Introduction"
noMobile
text="Documentation"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Header/ProfileDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const ProfileDropdown: FC<{
ionicIcon: "md-help",
header: "Documentation",
onClick: () => {
navigationActions.externalNavigate("http://docs.getguesstimate.com/");
navigationActions.externalNavigate("http://docs.getguesstimate.com/docs/Introduction");
},
},
{
Expand Down

0 comments on commit bb5a4a8

Please sign in to comment.