From dae72515b35cc7a91d7f853d0a90d96bf7a63ae1 Mon Sep 17 00:00:00 2001 From: Stefano Baghino Date: Tue, 26 Jan 2016 09:32:45 +0100 Subject: [PATCH] [FLINK-3289] References to flink-contrib merged --- docs/internals/general_arch.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/internals/general_arch.md b/docs/internals/general_arch.md index dc50eb7bd0d3b..3096c5031a48c 100644 --- a/docs/internals/general_arch.md +++ b/docs/internals/general_arch.md @@ -100,11 +100,9 @@ In addition to the projects listed in the figure above, Flink currently contains - `flink-dist`: The *distribution* project. It defines how to assemble the compiled code, scripts, and other resources into the final folder structure that is ready to use. -- `flink-contrib`: A series of projects that are in an early version. - - `flink-quickstart`: Scripts, maven archetypes, and example programs for the quickstarts and tutorials. -- `flink-contrib`: Useful tools contributed by users. The code is maintained mainly by external contributors. The requirements for code being accepted into `flink-contrib` are lower compared to the rest of the code. +- `flink-contrib`: A series of projects that are in an early version and useful tools contributed by users. The code for the latter is maintained mainly by external contributors. The requirements for code being accepted into `flink-contrib` are lower compared to the rest of the code.