This is an automated email from the ASF dual-hosted git repository.
kinow 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 71fb5f80c Fixed tdb transaction documentation link on architecture page
71fb5f80c is described below
commit 71fb5f80c3882ac08d3cfa6b4f922849a9976ee5
Author: Robbe Haesendonck <[email protected]>
AuthorDate: Sun Dec 3 18:03:00 2023 +0100
Fixed tdb transaction documentation link on architecture page
Fixed the link to the TDB transaction documentation linked to on the
architecture page.
---
source/documentation/tdb/architecture.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/documentation/tdb/architecture.md
b/source/documentation/tdb/architecture.md
index 0833ef5e6..30e430ee5 100644
--- a/source/documentation/tdb/architecture.md
+++ b/source/documentation/tdb/architecture.md
@@ -83,7 +83,7 @@ length value. There is no use of the value part in triple and
quads indexes.
### Transactions {#tdb-transactions}
Both TDB1 and TDB2 provide database transactions.
-The API is described on the [Jena Transactions page](/docuemntation/txn/ "Jena
Transactions").
+The API is described on the [Jena Transactions page](/documentation/txn/ "Jena
Transactions").
When running with transactions, TDB1 and TDB2 provide support for multiple read
and write transactions without application involvement. There will be multiple