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 a2f9806 commit 7518ed0Copy full SHA for 7518ed0
src/ui/layouts/settings/ConnectHub.tsx
@@ -89,7 +89,7 @@ export const ConnectHub: React.FC = () => {
89
<FlexBox justifyContent="end" marginBottom="lg">
90
<GhostButton
91
onClick={() => {
92
- window.open('https://docs.zenml.io', '_blank');
+ window.open('https://docs.zenml.io/starter-guide/collaborate/zenml-hub', '_blank');
93
}}
94
style={{ marginLeft: 'auto', marginRight: '12px' }}
95
>
0 commit comments