Skip to content

Commit 81af6ca

Browse files
changed the url (#451)
1 parent 3a11904 commit 81af6ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ui/layouts/settings/ConnectHub.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ export const ConnectHub: React.FC = () => {
8989
<FlexBox justifyContent="end" marginBottom="lg">
9090
<GhostButton
9191
onClick={() => {
92-
window.open(
93-
'https://docs.zenml.io/user-guide/advanced-guide/leverage-community-contributed-plugins',
94-
'_blank',
95-
);
92+
window.open('https://blog.zenml.io/zenml-hub-launch');
9693
}}
9794
style={{ marginLeft: 'auto', marginRight: '12px' }}
9895
>

0 commit comments

Comments
 (0)