Skip to content

Commit c883631

Browse files
authored
[yaml] - fix windowing link (#37167)
1 parent ca27526 commit c883631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/yaml/yaml_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ class WindowInto(beam.PTransform):
10631063
size: 30s
10641064
10651065
Note that any Yaml transform can have a
1066-
[windowing parameter](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/README.md#windowing),
1066+
[windowing parameter](https://beam.apache.org/documentation/sdks/yaml/#windowing),
10671067
which is applied to its inputs (if any) or outputs (if there are no inputs)
10681068
which means that explicit WindowInto operations are not typically needed.
10691069

0 commit comments

Comments
 (0)