diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-10 09:20:13 +0200 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-10-21 11:11:10 +1100 |
commit | d0864ebb876bd448800e624820c09ae00c2f5c06 (patch) | |
tree | 6551e8ad3e61e9f942c5672b71e8e93261cf6c8c /ctdb/web | |
parent | c8d83070710ba42ac82e946d27373d11dff291d5 (diff) | |
download | samba-d0864ebb876bd448800e624820c09ae00c2f5c06.tar.gz samba-d0864ebb876bd448800e624820c09ae00c2f5c06.tar.xz samba-d0864ebb876bd448800e624820c09ae00c2f5c06.zip |
web: fix link to tdb README
metze
(This used to be ctdb commit 70e92ccc4e0afb8c166d40d09ccad1cdc145892c)
Diffstat (limited to 'ctdb/web')
-rw-r--r-- | ctdb/web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/web/index.html b/ctdb/web/index.html index f25b310d2d..ced8b0ab2a 100644 --- a/ctdb/web/index.html +++ b/ctdb/web/index.html @@ -51,7 +51,7 @@ TDB is a very fast simple database that was originally developed for use in Samba. Today several other projects use TDB to store their data. <p>See the <a -href="http://samba.org/ftp/unpacked/samba4/source/lib/tdb/docs/README">TDB +href="http://samba.org/ftp/unpacked/tdb/docs/README">TDB README file</a> for a description of how TDB is used. <h2>Documentation</h2> |