@@ -31,7 +31,7 @@ export function ConnectZenMLStep({ completed, hasDownstreamStep, active }: Onboa
3131 < p className = "mb-1 text-text-sm text-theme-text-secondary" > Log in to your ZenML Server</ p >
3232 < Codesnippet code = { getLoginCommand ( data ?. deployment_type || "other" ) } />
3333 </ 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" />
3535 </ div >
3636 </ ChecklistItem >
3737 ) ;
@@ -93,7 +93,7 @@ export function RunFirstPipeline({ active, completed, hasDownstreamStep }: Onboa
9393 target = "_blank"
9494 rel = "noopener noreferrer"
9595 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"
9797 >
9898 Browse our docs
9999 </ a >
@@ -116,7 +116,7 @@ export function CreateNewStack({ completed, active, hasDownstreamStep }: Onboard
116116 >
117117 < p className = "mb-3" >
118118 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" />
120120 </ p >
121121 < div className = "space-y-5" >
122122 < div className = "space-y-3" >
@@ -128,7 +128,7 @@ export function CreateNewStack({ completed, active, hasDownstreamStep }: Onboard
128128 </ Link >
129129 </ Button >
130130 </ 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" />
132132 </ div >
133133 </ ChecklistItem >
134134 ) ;
@@ -152,7 +152,7 @@ export function RunNewPipeline({ active, completed, hasDownstreamStep }: Onboard
152152 < Codesnippet wrap codeClasses = "whitespace-pre-wrap" code = "python run.py" />
153153 </ div >
154154 < 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" />
156156 </ div >
157157 </ div >
158158 </ ChecklistItem >
0 commit comments