Skip to content

Commit

Permalink
Fix docs link 404 errors. (kubeflow#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
xauthulei authored and k8s-ci-robot committed Aug 7, 2019
1 parent ef6374a commit 670f8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/pipelines/tutorials/build-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Set up your environment:
Examine the pipeline samples that you downloaded and choose one to work with.
The
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/basic/sequential.py):
[`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/core/sequential/sequential.py):
is a good one to start with.
Each pipeline is defined as a Python program. Before you can submit a pipeline
Expand All @@ -53,7 +53,7 @@ dsl-compile --py [path/to/python/file] --output [path/to/output/tar.gz]
```

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

```bash
export DIR=[YOUR PIPELINES REPO DIRECTORY]/samples/basic
Expand Down

0 comments on commit 670f8b4

Please sign in to comment.