Skip to content

Commit 670f8b4

Browse files
xauthuleik8s-ci-robot
authored andcommitted
Fix docs link 404 errors. (kubeflow#1032)
1 parent ef6374a commit 670f8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/pipelines/tutorials/build-pipeline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Set up your environment:
3737
3838
Examine the pipeline samples that you downloaded and choose one to work with.
3939
The
40-
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/basic/sequential.py):
40+
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/core/sequential/sequential.py):
4141
is a good one to start with.
4242
4343
Each pipeline is defined as a Python program. Before you can submit a pipeline
@@ -53,7 +53,7 @@ dsl-compile --py [path/to/python/file] --output [path/to/output/tar.gz]
5353
```
5454

5555
For example, to compile the
56-
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/basic/sequential.py):
56+
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/core/sequential/sequential.py):
5757

5858
```bash
5959
export DIR=[YOUR PIPELINES REPO DIRECTORY]/samples/basic

0 commit comments

Comments
 (0)