You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yaml/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ More detailed instructions on how to run the template can be found in the associ
8
8
1.**Contribution Instructions:** Read the code contributions located [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md).
9
9
10
10
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).
12
12
13
13
1.**Generate YAML Template (Optional):** If desired, create the YAML template using the generation script.
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).
21
21
Additional instructions can be located [here](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/add-integration-or-load-test.md).
22
22
23
23
1. **Generate Documentation:** Run the documentation generation script to create the official documentation forthe template. You can find instructions on how to do thisin the [contributor documentation](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md#generated-documentation).
0 commit comments