connectivity/README | 1 + dbaccess/README | 2 ++ 2 files changed, 3 insertions(+)
New commits: commit 67700b7a87840a0642e6317d1cc865295bc32964 Author: Miklos Vajna <[email protected]> AuthorDate: Thu Sep 12 16:15:32 2019 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Sep 12 17:48:56 2019 +0200 base: add some doc from Tomi's talk See <https://conference.libreoffice.org/2019/program/schedule/sept-12th-thursday/>. Change-Id: I0edb74d69f6af06c82022350e2fe0aedab56c486 Reviewed-on: https://gerrit.libreoffice.org/78832 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins 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]]. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
