Skip to content

Commit

Permalink
Fix links for type hint changes in 2.21 blog post (apache#11947)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeuralBit committed Jun 8, 2020
1 parent b8ee750 commit 7398fc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/www/site/content/en/blog/beam-2.21.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7398fc0

Please sign in to comment.