Skip to content

Commit 7518ed0

Browse files
authored
url changed
1 parent a2f9806 commit 7518ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layouts/settings/ConnectHub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const ConnectHub: React.FC = () => {
8989
<FlexBox justifyContent="end" marginBottom="lg">
9090
<GhostButton
9191
onClick={() => {
92-
window.open('https://docs.zenml.io', '_blank');
92+
window.open('https://docs.zenml.io/starter-guide/collaborate/zenml-hub', '_blank');
9393
}}
9494
style={{ marginLeft: 'auto', marginRight: '12px' }}
9595
>

0 commit comments

Comments
 (0)