Abacn commented on code in PR #34512:
URL: https://github.com/apache/beam/pull/34512#discussion_r2025512990


##########
website/www/site/content/en/documentation/sdks/python-custom-multi-language-pipelines-guide.md:
##########
@@ -22,15 +22,15 @@ Apache Beam's powerful model enables the development of 
scalable, resilient, and
 
 With SDKs available in multiple languages (Java, Python, Golang, YAML, etc.), 
creating and maintaining transforms for each language becomes a challenge, 
particularly for IOs. Developers must navigate different APIs, address unique 
quirks, and manage ongoing maintenance—such as updates, new features, and 
documentation—while ensuring consistent behavior across SDKs. This results in 
redundant work, as the same functionality is implemented repeatedly for each 
language (M x N effort, where M is the number of SDKs and N is the number of 
transforms).
 
-To streamline this process, Beam’s portability framework enables the use of 
portable transforms that can be shared across languages. This reduces 
duplication, allowing developers to focus on maintaining only N transforms. 
Pipelines combining [portable transforms](#portable-transform) from other 
SDK(s) are known as [“multi-language” 
pipelines](../programming-guide.md#13-multi-language-pipelines-multi-language-pipelines).
+To streamline this process, Beam’s portability framework enables the use of 
portable transforms that can be shared across languages. This reduces 
duplication, allowing developers to focus on maintaining only N transforms. 
Pipelines combining [portable transforms](#portable-transform) from other 
SDK(s) are known as [“multi-language” 
pipelines](../../programming-guide/#13-multi-language-pipelines-multi-language-pipelines).

Review Comment:
   Sorry I realize links without "index.html" works for the prod website, but 
not the staging website. I was using the staged website to check the links: 
https://apache-beam-website-pull-requests.storage.googleapis.com/34512/documentation/sdks/python-custom-multi-language-pipelines-guide/index.html
   
   Looks good to me now



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to