You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/09/18 18:30:55 UTC

[beam] 01/01: Fix broken link

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

bhulette pushed a commit to branch TheNeuralBit-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c9594b828d836b2a937e1d2c4eaad59a22f9cc26
Author: Brian Hulette <bh...@google.com>
AuthorDate: Fri Sep 18 11:30:26 2020 -0700

    Fix broken link
---
 .../content/en/documentation/transforms/python/elementwise/pardo.md     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md b/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
index 91c6715..1608970 100644
--- a/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
+++ b/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 {{< localstorage language language-py >}}
 
-{{< button-pydoc path="apache_beam.transforms.core" class="Pardo" >}}
+{{< button-pydoc path="apache_beam.transforms.core" class="ParDo" >}}
 
 A transform for generic parallel processing.
 A `ParDo` transform considers each element in the input `PCollection`,