summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-02-18 23:40:36 +0100
committerDamien Regad <dregad@mantisbt.org>2016-03-30 23:34:43 +0200
commit0b1f544a5ee0f4a5f78bb82e82a33c4f327572e1 (patch)
tree2023036256eed7ba31b85bea619b14697171e587 /README.md
parent4950089f419d922143315d655a23deeccc351eb2 (diff)
downloadadodb-0b1f544a5ee0f4a5f78bb82e82a33c4f327572e1.tar.gz
adodb-0b1f544a5ee0f4a5f78bb82e82a33c4f327572e1.tar.bz2
adodb-0b1f544a5ee0f4a5f78bb82e82a33c4f327572e1.zip
README: link Doc section to the Wiki
Also add link to documentation download page on Sourceforge
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index ab86b079..483ee9cd 100644
--- a/README.md
+++ b/README.md
@@ -66,18 +66,14 @@ print "</pre>";
Documentation and Examples
==========================
-Refer to the `docs` directory for library documentation and examples.
+Refer to the [ADOdb website](http://adodb.org/) for library documentation and examples. The documentation can also be [downloaded for offline viewing](https://sourceforge.net/projects/adodb/files/Documentation/).
-- Main documentation: `docs-adodb.htm`.
- Query, update and insert records using a portable API.
-- Data dictionary docs: `docs-datadict.htm`.
- Describes how to create database tables and indexes in a portable manner.
-- Database performance monitoring docs: `docs-perf.htm`.
- Allows you to perform health checks, tune and monitor your database.
-- Database-backed session docs: `docs-session.htm`.
+- [Main documentation](http://adodb.org/dokuwiki/doku.php?id=v5:userguide:userguide_index): Query, update and insert records using a portable API.
+- [Data dictionary](http://adodb.org/dokuwiki/doku.php?id=v5:dictionary:dictionary_index) describes how to create database tables and indexes in a portable manner.
+- [Database performance monitoring](http://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index) allows you to perform health checks, tune and monitor your database.
+- [Database-backed sessions](http://adodb.org/dokuwiki/doku.php?id=v5:session:session_index).
-There is also a tutorial `tute.htm` that contrasts ADOdb code with
-mysql code.
+There is also a [tutorial](http://adodb.org/dokuwiki/doku.php?id=v5:userguide:mysql_tutorial) that contrasts ADOdb code with PHP native MySQL code.
Files