Skip to content

Commit 094092a

Browse files
docs: update docs Links (#609)
1 parent 2627638 commit 094092a

File tree

14 files changed

+35
-75
lines changed

14 files changed

+35
-75
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To get started with the ZenML Dashboard, follow these steps:
103103
104104
- Access the dashboard at `http://localhost:8080`
105105
106-
For detailed deployment instructions and additional options, refer to the [deployment guide](https://docs.zenml.io/user-guide/starter-guide/switch-to-production).
106+
For detailed deployment instructions and additional options, refer to the [deployment guide](https://docs.zenml.io/user-guide/production-guide/deploying-zenml).
107107
108108
Now you're ready to explore and visualize your ML pipelines, stacks, and artifacts with the ZenML Dashboard!
109109

legacy/src/constants/constantCommands.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const constantCommandsToCreateStack = {
22
title: 'Stack Cheatsheet',
33
documentation:
4-
'https://docs.zenml.io/user-guide/starter-guide/understand-stacks',
4+
'https://docs.zenml.io/user-guide/production-guide/understand-stacks',
55
body: [
66
{
77
text: 'Register a stack',
@@ -32,12 +32,12 @@ export const constantCommandsToCreateStack = {
3232
export const constantCommandsToCreateSecret = {
3333
title: 'Stack Cheatsheet',
3434
documentation:
35-
'https://docs.zenml.io/user-guide/advanced-guide/secret-management',
35+
'https://docs.zenml.io/getting-started/deploying-zenml/manage-the-deployed-services/secret-management',
3636
};
3737

3838
export const constantCommandsToCreateRepository = {
3939
documentation:
40-
'https://docs.zenml.io/user-guide/advanced-guide/environment-management/connect-your-git-repository',
40+
'https://docs.zenml.io/how-to/setting-up-a-project-repository/connect-your-git-repository',
4141
};
4242

4343
export const constantCommandsToCreatePipeline = {
@@ -105,7 +105,7 @@ export const constantCommandsToCreateRuns = {
105105

106106
export const constantCommandsToCreateComponent = {
107107
documentation:
108-
'https://docs.zenml.io/user-guide/starter-guide/understand-stacks',
108+
'https://docs.zenml.io/user-guide/production-guide/understand-stacks',
109109
componentCommand: {
110110
type: 'alerter',
111111
body: [

legacy/src/ui/components/lineage/sidebarTabsSwitchers/ArtifactVisualization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const ArtifactVisualization = ({
219219
<a
220220
rel="noopener noreferrer"
221221
target="_blank"
222-
href="https://docs.zenml.io/stacks-and-components/component-guide/artifact-stores/custom"
222+
href="https://docs.zenml.io/stack-components/artifact-stores/custom"
223223
>
224224
docs
225225
</a>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ function DeploymentBanner() {
1010
<a
1111
target="_blank"
1212
rel="noopener noreferrer"
13-
href="https://docs.zenml.io/user-guide/starter-guide/switch-to-production"
13+
href="https://docs.zenml.io/getting-started/deploying-zenml"
1414
>
1515
deploy ZenML yourself
1616
</a>
1717
, or get a hosted version with{' '}
1818
<a
1919
target="_blank"
2020
rel="noopener noreferrer"
21-
href="https://docs.zenml.io/deploying-zenml/zenml-cloud"
21+
href="https://docs.zenml.io/getting-started/zenml-pro"
2222
>
2323
{' '}
2424
ZenML Cloud

legacy/src/ui/layouts/plugins/shared/Layout.tsx

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import { FlexBox, H2, Paragraph } from '../../../components';
3+
import { FlexBox, H2 } from '../../../components';
44

55
export const PluginsLayout: React.FC<{
66
title: string;
@@ -11,46 +11,6 @@ export const PluginsLayout: React.FC<{
1111
<FlexBox flexDirection="row" style={{ gap: '8px' }}>
1212
<FlexBox flexDirection="column">
1313
<H2 style={{ fontWeight: 500 }}>{title}</H2>
14-
15-
<Paragraph style={{ marginTop: '8px' }}>
16-
The ZenML Hub is a{' '}
17-
<a
18-
target="_blank"
19-
rel="noopener noreferrer"
20-
href="https://blog.zenml.io/zenml-hub-launch/"
21-
>
22-
plugin system
23-
</a>{' '}
24-
that allows users to contribute and consume stack component flavors,
25-
pipelines, steps, materializers, and other pieces of code seamlessly
26-
in their ML pipelines. Below are a list of community contributed
27-
plugins. If you would like to create your own plugin, click{' '}
28-
<a
29-
target="_blank"
30-
rel="noopener noreferrer"
31-
href="https://docs.zenml.io/user-guide/advanced-guide/environment-management/use-the-hub"
32-
>
33-
here
34-
</a>
35-
.
36-
</Paragraph>
37-
</FlexBox>
38-
<FlexBox
39-
fullWidth
40-
flexDirection="column"
41-
alignItems="end"
42-
justifyContent="flex-end"
43-
>
44-
<Paragraph color="grey" style={{ fontSize: '14px', flexShrink: 0 }}>
45-
Check out our easy to read{' '}
46-
<a
47-
href="https://docs.zenml.io/user-guide/advanced-guide/environment-management/use-the-hub"
48-
target="__blank"
49-
rel="noopener noreferrer"
50-
>
51-
docs
52-
</a>
53-
</Paragraph>
5414
</FlexBox>
5515
</FlexBox>
5616

legacy/src/ui/layouts/session/UserEmail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const UserEmail: React.FC = () => {
9191
<InnerTextLink
9292
text={'Click Here'}
9393
href={
94-
'https://docs.zenml.io/user-guide/advanced-guide/environment-management/global-settings-of-zenml#usage-analytics'
94+
'https://docs.zenml.io/reference/global-settings#usage-analytics'
9595
}
9696
/>
9797
&nbsp;{translate('subtitle2-2')}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const HeaderWithButtons: React.FC<{
7676
<a
7777
target="_blank"
7878
rel="noopener noreferrer"
79-
href="https://docs.zenml.io/stacks-and-components/stack-deployment"
79+
href="https://docs.zenml.io/how-to/stack-deployment"
8080
>
8181
deploy a MLOps stack
8282
</a>{' '}

src/app/onboarding/ProductionSetup/ArtifactStore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function OtherStore() {
182182
emphasis: "subtle",
183183
size: "md"
184184
})}
185-
href="https://docs.zenml.io/stacks-and-components/custom-stack-solutions/implement-a-custom-stack-component"
185+
href="https://docs.zenml.io/how-to/stack-deployment/implement-a-custom-stack-component"
186186
>
187187
How to create a custom artifact store
188188
</a>

src/app/onboarding/ProductionSetup/ConnectorContent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function AWSConnector() {
88
<div className="space-y-1">
99
<p className="text-text-sm text-theme-text-secondary">
1010
Create a AWS service connector using the IAM Method{" "}
11-
<LearnMoreLink href="https://docs.zenml.io/stacks-and-components/auth-management/aws-service-connector#aws-iam-role" />
11+
<LearnMoreLink href="https://docs.zenml.io/how-to/auth-management/aws-service-connector#aws-iam-role" />
1212
</p>
1313
<Codesnippet
1414
wrap
@@ -26,7 +26,7 @@ function GCPConnector() {
2626
<div className="space-y-1">
2727
<p className="text-text-sm text-theme-text-secondary">
2828
Create a GCP service connector using the Service Account Method{" "}
29-
<LearnMoreLink href="https://docs.zenml.io/stacks-and-components/auth-management/gcp-service-connector#gcp-service-account" />
29+
<LearnMoreLink href="https://docs.zenml.io/how-to/auth-management/gcp-service-connector#gcp-service-account" />
3030
</p>
3131
<Codesnippet
3232
wrap
@@ -44,7 +44,7 @@ function AzureStore() {
4444
<div className="space-y-1">
4545
<p className="text-text-sm text-theme-text-secondary">
4646
Create an Azure service connector using the Service Principal Method{" "}
47-
<LearnMoreLink href="https://docs.zenml.io/stacks-and-components/auth-management/azure-service-connector#azure-service-principal" />
47+
<LearnMoreLink href="https://docs.zenml.io/how-to/auth-management/azure-service-connector#azure-service-principal" />
4848
</p>
4949
<Codesnippet
5050
wrap

src/app/settings/repositories/Fragments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function CommandSection() {
6363
))}
6464
<HelpBox
6565
text="Check all the commands and find more about Repositories in our Docs"
66-
link="https://docs.zenml.io/user-guide/production-guide/connect-code-repository"
66+
link="https://docs.zenml.io/how-to/setting-up-a-project-repository/connect-your-git-repository"
6767
/>
6868
</section>
6969
);

0 commit comments

Comments
 (0)