This is an automated email from the ASF dual-hosted git repository.

chunwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new da99a0b4ae [CALCITE-5110] Geode adapter's java doc url is invalid
da99a0b4ae is described below

commit da99a0b4aee390d653793970468f0369cfdc2624
Author: Benchao Li <[email protected]>
AuthorDate: Mon Apr 25 22:21:23 2022 +0800

    [CALCITE-5110] Geode adapter's java doc url is invalid
---
 site/_docs/adapter.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_docs/adapter.md b/site/_docs/adapter.md
index def399c2a1..570060c15f 100644
--- a/site/_docs/adapter.md
+++ b/site/_docs/adapter.md
@@ -33,7 +33,7 @@ presenting the data as tables within a schema.
 * [Elasticsearch adapter](elasticsearch_adapter.html)
   (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/elasticsearch/package-summary.html">calcite-elasticsearch</a>)
 * [File adapter](file_adapter.html) (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/file/package-summary.html">calcite-file</a>)
-* [Geode adapter](geode_adapter.html) (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/geode/package-summary.html">calcite-geode</a>)
+* [Geode adapter](geode_adapter.html) (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/geode/rel/package-summary.html">calcite-geode</a>)
 * [InnoDB adapter](innodb_adapter.html) (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/innodb/package-summary.html">calcite-innodb</a>)
 * JDBC adapter (part of <a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/jdbc/package-summary.html">calcite-core</a>)
 * MongoDB adapter (<a href="{{ site.apiRoot 
}}/org/apache/calcite/adapter/mongodb/package-summary.html">calcite-mongodb</a>)

Reply via email to