Skip to content

Commit

Permalink
chore: fix link to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 7, 2023
1 parent a933cef commit b138d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods/frontoffice/src/components/appbar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const AppBar: React.FC<AppBarProps> = ({
};

const handleOnDocumentationSelect = () => {
window.open("https://docs.goodtok.io", "_blank");
window.open("https://goodtok.io/docs/welcome", "_blank");
};

const handleOnSignOutSelect = () => {
Expand Down
2 changes: 1 addition & 1 deletion mods/frontoffice/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const HomePage: React.FC<HomePageProps> = ({
<StyledLink
rel="noopener noreferrer"
target="_blank"
href="https://docs.goodtok.io"
href="https://goodtok.io/docs/welcome"
>
Learn more
</StyledLink>{" "}
Expand Down

0 comments on commit b138d74

Please sign in to comment.