diff --git a/docs/dev/connectors/streamfile_sink.md b/docs/dev/connectors/streamfile_sink.md index b8eb3311217f5..aea66c3cc48da 100644 --- a/docs/dev/connectors/streamfile_sink.md +++ b/docs/dev/connectors/streamfile_sink.md @@ -40,7 +40,7 @@ bulk-encoding formats, such as [Apache Parquet](http://parquet.apache.org). #### Using Row-encoded Output Formats -The only required configuration are the base path were we want to output our +The only required configuration are the base path where we want to output our data and an [Encoder]({{ site.javadocs_baseurl }}/api/java/org/apache/flink/api/common/serialization/Encoder.html) that is used for serializing records to the `OutputStream` for each file.