dawidwys closed pull request #6629: [hotfix] [docs] Fix typo in batch connectors URL: https://github.com/apache/flink/pull/6629
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/dev/batch/connectors.md b/docs/dev/batch/connectors.md index 76771378f49..7d13d1e2a34 100644 --- a/docs/dev/batch/connectors.md +++ b/docs/dev/batch/connectors.md @@ -27,7 +27,7 @@ under the License. ## Reading from file systems -Flink has build-in support for the following file systems: +Flink has built-in support for the following file systems: | Filesystem | Scheme | Notes | | ------------------------------------- |--------------| ------ | @@ -86,7 +86,7 @@ This section shows some examples for connecting Flink to other systems. ## Avro support in Flink -Flink has extensive build-in support for [Apache Avro](http://avro.apache.org/). This allows to easily read from Avro files with Flink. +Flink has extensive built-in support for [Apache Avro](http://avro.apache.org/). This allows to easily read from Avro files with Flink. Also, the serialization framework of Flink is able to handle classes generated from Avro schemas. Be sure to include the Flink Avro dependency to the pom.xml of your project. {% highlight xml %} ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services