From 80b570be541c6b1a55df3d5ec8bbac4935aaff38 Mon Sep 17 00:00:00 2001 From: Aljoscha Krettek Date: Wed, 8 Apr 2015 14:47:38 +0200 Subject: [PATCH] [FLINK-1823] Remove linq from Table API documentation --- docs/_includes/sidenav.html | 2 +- docs/{linq.md => table.md} | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) rename docs/{linq.md => table.md} (92%) diff --git a/docs/_includes/sidenav.html b/docs/_includes/sidenav.html index 37bba259a86..5bdbc0dc682 100644 --- a/docs/_includes/sidenav.html +++ b/docs/_includes/sidenav.html @@ -40,7 +40,7 @@ under the License.
  • -
  • +
  • diff --git a/docs/linq.md b/docs/table.md similarity index 92% rename from docs/linq.md rename to docs/table.md index e17fc0d7358..55f989be03b 100644 --- a/docs/linq.md +++ b/docs/table.md @@ -1,5 +1,5 @@ --- -title: "Language-Integrated Queries (Table API)" +title: "Table API - Relational Queries" ---