diff --git a/docs/dev/connectors/index.md b/docs/dev/connectors/index.md index 28ab2d3463522..b5405d4d06beb 100644 --- a/docs/dev/connectors/index.md +++ b/docs/dev/connectors/index.md @@ -82,3 +82,5 @@ If the data involved has many fewer reads than writes, a better approach can be for an external application to pull from Flink the data it needs. The [Queryable State]({{ site.baseurl }}/dev/stream/state/queryable_state.html) interface enables this by allowing the state being managed by Flink to be queried on demand. + +{% top %}