Skip to content

Commit

Permalink
fix: Add missing link to YAML config reference (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehardikv authored May 26, 2021
1 parent de9d1b9 commit 30bfc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Use only underscores and alpha-numeric characters for the names.

## 2. Write your config (YAML) files

If you created a new dataset directory above, you need to create a `datasets/DATASET/dataset.yaml` config file. See this section for the `dataset.yaml` reference.
If you created a new dataset directory above, you need to create a `datasets/DATASET/dataset.yaml` config file. See this [section](https://github.com/GoogleCloudPlatform/public-datasets-pipelines/blob/main/README.md#yaml-config-reference) for the `dataset.yaml` reference.

Create a `datasets/DATASET/PIPELINE/pipeline.yaml` config file for your pipeline. See this section for the `pipeline.yaml` reference.

Expand Down

0 comments on commit 30bfc32

Please sign in to comment.