This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c883631b649 [yaml] - fix windowing link (#37167)
c883631b649 is described below

commit c883631b649ecd9b9d46e6a36547f53ddd212d29
Author: Derrick Williams <[email protected]>
AuthorDate: Tue Dec 23 20:45:28 2025 -0500

    [yaml] - fix windowing link (#37167)
---
 sdks/python/apache_beam/yaml/yaml_provider.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/yaml/yaml_provider.py 
b/sdks/python/apache_beam/yaml/yaml_provider.py
index 3d1d1f5a742..b8c7f4f7a87 100755
--- a/sdks/python/apache_beam/yaml/yaml_provider.py
+++ b/sdks/python/apache_beam/yaml/yaml_provider.py
@@ -1063,7 +1063,7 @@ class YamlProviders:
            size: 30s
 
     Note that any Yaml transform can have a
-    [windowing 
parameter](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/README.md#windowing),
+    [windowing 
parameter](https://beam.apache.org/documentation/sdks/yaml/#windowing),
     which is applied to its inputs (if any) or outputs (if there are no inputs)
     which means that explicit WindowInto operations are not typically needed.
 

Reply via email to