Skip to content

Commit b6309d8

Browse files
authored
update YAML instructions to be 1,2,3,4,5 rendered and update links (#3058)
* update instructions to be 1,2,3,4,5 rendered * update broken links
1 parent 312301e commit b6309d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

yaml/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ More detailed instructions on how to run the template can be found in the associ
88
1. **Contribution Instructions:** Read the code contributions located [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md).
99

1010
1. **Add YAML Blueprint:** Create the YAML blueprint file that defines the template's structure and parameters.
11-
Place this file in [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/yaml/src/main/yaml).
11+
Place this file in [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/tree/main/yaml/src/main/yaml).
1212

1313
1. **Generate YAML Template (Optional):** If desired, create the YAML template using the generation script.
1414

15-
```shell
16-
python yaml/src/main/python/generate_yaml_java_templates.py yaml/src/main/yaml
17-
```
15+
```shell
16+
python yaml/src/main/python/generate_yaml_java_templates.py yaml/src/main/yaml
17+
```
1818

1919
1. **Create Integration Test:** Develop an integration test to validate the functionality of the new template.
20-
Place this file in [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/yaml/src/test/java).
20+
Place this file in [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/tree/main/yaml/src/test/java/com/google/cloud/teleport/templates/yaml).
2121
Additional instructions can be located [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/add-integration-or-load-test.md).
2222

2323
1. **Generate Documentation:** Run the documentation generation script to create the official documentation for the template. You can find instructions on how to do this in the [contributor documentation](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md#generated-documentation).

0 commit comments

Comments
 (0)