This is an automated email from the ASF dual-hosted git repository. bhulette pushed a commit to branch fix-2.21-blog in repository https://gitbox.apache.org/repos/asf/beam.git
commit b1badfb1345441f31b3d8be8c9d617222e1898f5 Author: Brian Hulette <[email protected]> AuthorDate: Mon Jun 8 08:15:19 2020 -0700 Update beam-2.21.0.md --- website/www/site/content/en/blog/beam-2.21.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/www/site/content/en/blog/beam-2.21.0.md b/website/www/site/content/en/blog/beam-2.21.0.md index 8497e4d..973276b 100644 --- a/website/www/site/content/en/blog/beam-2.21.0.md +++ b/website/www/site/content/en/blog/beam-2.21.0.md @@ -44,10 +44,10 @@ for example usage. `process()`) with `@apache_beam.typehints.no_annotations` will disable it for that function. - More details will be in + More details can be found in [Ensuring Python Type Safety](https://beam.apache.org/documentation/sdks/python-type-safety/) - and an upcoming - [blog post](https://beam.apache.org/blog/python/typing/2020/03/06/python-typing.html). + and the Python SDK Typing Changes + [blog post](https://beam.apache.org/blog/python-typing/). * Java SDK: Introducing the concept of options in Beam Schema’s. These options add extra context to fields and schemas. This replaces the current Beam metadata that is present
