File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
common/layouts/AuthenticatedLayout/DeploymentBanner Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ function DeploymentBanner() {
1414 >
1515 deploy ZenML yourself
1616 </ a >
17- , or spin up ZenML with one-click using the { ' ' }
17+ , or get a hosted version with { ' ' }
1818 < a
1919 target = "_blank"
2020 rel = "noopener noreferrer"
21- href = "https://sandbox .zenml.io/"
21+ href = "https://docs .zenml.io/deploying-zenml/zenml-cloud "
2222 >
2323 { ' ' }
24- MLOps Platform Sandbox
24+ ZenML Cloud
2525 </ a >
2626 .
2727 </ p >
Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ const HeaderWithButtons: React.FC<{
7575 >
7676 { title }
7777 </ Paragraph >
78+ < Paragraph >
79+ Don't have any MLOps infrastructure deployed? Learn how to{ ' ' }
80+ < a
81+ target = "_blank"
82+ rel = "noopener noreferrer"
83+ href = "https://docs.zenml.io/stacks-and-components/stack-deployment"
84+ >
85+ deploy a MLOps stack
86+ </ a > { ' ' }
87+ from scratch.
88+ </ Paragraph >
7889 </ FlexBox >
7990
8091 < FlexBox
You can’t perform that action at this time.
0 commit comments