We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a11904 commit 81af6caCopy full SHA for 81af6ca
src/ui/layouts/settings/ConnectHub.tsx
@@ -89,10 +89,7 @@ export const ConnectHub: React.FC = () => {
89
<FlexBox justifyContent="end" marginBottom="lg">
90
<GhostButton
91
onClick={() => {
92
- window.open(
93
- 'https://docs.zenml.io/user-guide/advanced-guide/leverage-community-contributed-plugins',
94
- '_blank',
95
- );
+ window.open('https://blog.zenml.io/zenml-hub-launch');
96
}}
97
style={{ marginLeft: 'auto', marginRight: '12px' }}
98
>
0 commit comments