Skip to content

Commit d5834f3

Browse files
chore: change text (#455)
1 parent 64e0c26 commit d5834f3

File tree

2 files changed

+14
-3
lines changed
  • src/ui/layouts

2 files changed

+14
-3
lines changed

src/ui/layouts/common/layouts/AuthenticatedLayout/DeploymentBanner/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/ui/layouts/stacks/Header/index.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)