Skip to content

Commit da5ef11

Browse files
authored
Merge pull request #225 from zenml-io/url-hot-fix
Fixed Docs URL
2 parents acf481c + 8d7c840 commit da5ef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layouts/common/SidePopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const SidePopup: React.FC<{
4444
title="ZenML - Organization Embed"
4545
style={{ border: '0px', height: '100vh', width: '100%' }}
4646
// src="https://zenml.hellonext.co/embed/home?no_header=true"
47-
src={flavor?.sdkDocsUrl}
47+
src={flavor?.docsUrl}
4848
></iframe>
4949
</Box>
5050

0 commit comments

Comments
 (0)