diff --git a/docs/_includes/sidenav.html b/docs/_includes/sidenav.html index 37bba259a865b2e96d108ce56f1c04e9b88355a9..5bdbc0dc682244a624afb34794eab2e4550db331 100644 --- a/docs/_includes/sidenav.html +++ b/docs/_includes/sidenav.html @@ -40,7 +40,7 @@ under the License.
  • Iterations
  • Spargel Graph API
  • Gelly Graph API
  • -
  • Language-Integrated Queries
  • +
  • Table API - Relational Queries
  • Hadoop Compatibility
  • Running Flink on Tez
  • diff --git a/docs/linq.md b/docs/table.md similarity index 92% rename from docs/linq.md rename to docs/table.md index e17fc0d73588f3c276a43fc17f44e9e16153ef92..55f989be03b5b498e92d7b35378b473ed6c14612 100644 --- a/docs/linq.md +++ b/docs/table.md @@ -1,5 +1,5 @@ --- -title: "Language-Integrated Queries (Table API)" +title: "Table API - Relational Queries" ---