Skip to content

Commit

Permalink
fix #906
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 29, 2025
1 parent a4e8851 commit 7b8dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Home(props: Props) {
if (env.HOMEPAGE_CALL_TO_ACTION_BUTTON_AUTHENTICATED === undefined) {
return (
<Button
href="https://docs.onyxia.sh/user-guide"
href="https://docs.onyxia.sh/user-doc/user-guide"
doOpenNewTabIfHref={true}
>
{t("new user")}
Expand Down

0 comments on commit 7b8dfe8

Please sign in to comment.