This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new eff1b92e0 Remove JDBC link
eff1b92e0 is described below
commit eff1b92e01aa4ae6e611b7f4422e16c328474721
Author: Andy Seaborne <[email protected]>
AuthorDate: Thu Jul 18 12:34:10 2024 +0100
Remove JDBC link
---
source/documentation/__index.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/source/documentation/__index.md b/source/documentation/__index.md
index 16dc62438..98ad13295 100644
--- a/source/documentation/__index.md
+++ b/source/documentation/__index.md
@@ -26,7 +26,6 @@ sections.
* [Text Search](./query/text-query.html) - enhanced indexes using Lucene for
more efficient searching of text literals in Jena models and datasets.
* [GeoSPARQL](./geosparql/) - support for GeoSPARQL
* [Permissions](./permissions/) - a permissions wrapper around Jena RDF
implementation
-* [JDBC](./jdbc/) - a SPARQL over JDBC driver framework
* [Tools](./tools/) - various command-line tools and utilities to help
developers manage RDF data and other aspects of Jena
* [How-To's](./notes/) - various topic-specific how-to documents
* [QueryBuilder](./extras/querybuilder/) - Classes to simplify the
programmatic building of various query and update statements.