Polber commented on code in PR #33185:
URL: https://github.com/apache/beam/pull/33185#discussion_r1894371522


##########
sdks/python/apache_beam/yaml/generate_yaml_docs.py:
##########
@@ -193,14 +200,19 @@ def io_grouping_key(transform_name):
 # Exclude providers
 SKIP = {}
 
+def normalize_beam_version(desc):
+  return desc.replace(
+      'BEAM_VERSION', 'current' if '.dev' in beam_version else beam_version)

Review Comment:
   Sure, they are broken links anyway, so either way, they don't point to the 
expected doc



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to