@@ -31,7 +31,7 @@ export function ConnectZenMLStep({ completed, hasDownstreamStep, active }: Onboa
31
31
< p className = "mb-1 text-text-sm text-theme-text-secondary" > Log in to your ZenML Server</ p >
32
32
< Codesnippet code = { getLoginCommand ( data ?. deployment_type || "other" ) } />
33
33
</ div >
34
- < HelpBox link = "https://docs.zenml.io/user-guide /production-guide/deploying-zenml#connecting-to-a-deployed-zenml" />
34
+ < HelpBox link = "https://docs.zenml.io/user-guides /production-guide/deploying-zenml#connecting-to-a-deployed-zenml" />
35
35
</ div >
36
36
</ ChecklistItem >
37
37
) ;
@@ -93,7 +93,7 @@ export function RunFirstPipeline({ active, completed, hasDownstreamStep }: Onboa
93
93
target = "_blank"
94
94
rel = "noopener noreferrer"
95
95
className = { buttonVariants ( { intent : "primary" , emphasis : "subtle" , size : "md" } ) }
96
- href = "https://docs.zenml.io/user-guide /starter-guide/create-an-ml-pipeline"
96
+ href = "https://docs.zenml.io/user-guides /starter-guide/create-an-ml-pipeline"
97
97
>
98
98
Browse our docs
99
99
</ a >
@@ -116,7 +116,7 @@ export function CreateNewStack({ completed, active, hasDownstreamStep }: Onboard
116
116
>
117
117
< p className = "mb-3" >
118
118
A stack configures how a pipeline is executed{ " " }
119
- < LearnMoreLink href = "https://docs.zenml.io/user-guide /production-guide/understand-stacks" />
119
+ < LearnMoreLink href = "https://docs.zenml.io/user-guides /production-guide/understand-stacks" />
120
120
</ p >
121
121
< div className = "space-y-5" >
122
122
< div className = "space-y-3" >
@@ -128,7 +128,7 @@ export function CreateNewStack({ completed, active, hasDownstreamStep }: Onboard
128
128
</ Link >
129
129
</ Button >
130
130
</ div >
131
- < HelpBox link = "https://docs.zenml.io/user-guide /production-guide/understand-stacks" />
131
+ < HelpBox link = "https://docs.zenml.io/user-guides /production-guide/understand-stacks" />
132
132
</ div >
133
133
</ ChecklistItem >
134
134
) ;
@@ -152,7 +152,7 @@ export function RunNewPipeline({ active, completed, hasDownstreamStep }: Onboard
152
152
< Codesnippet wrap codeClasses = "whitespace-pre-wrap" code = "python run.py" />
153
153
</ div >
154
154
< div >
155
- < HelpBox link = "https://docs.zenml.io/user-guide /production-guide/understand-stacks" />
155
+ < HelpBox link = "https://docs.zenml.io/user-guides /production-guide/understand-stacks" />
156
156
</ div >
157
157
</ div >
158
158
</ ChecklistItem >
0 commit comments