summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/README1
-rw-r--r--dbaccess/README2
2 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/README b/connectivity/README
index a1abf07160ff..4a523c8d706b 100644
--- a/connectivity/README
+++ b/connectivity/README
@@ -1,5 +1,6 @@
Contains database pieces, drivers, etc.
+[[dbaccess]] builds UI on top of this.
=== mysql_test ===
diff --git a/dbaccess/README b/dbaccess/README
index 9f8e085b9425..555835a00ff0 100644
--- a/dbaccess/README
+++ b/dbaccess/README
@@ -1 +1,3 @@
Database access tools, for "base" database application
+
+Builds on top of drivers in [[connectivity]].