diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-30 13:18:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:06 -0500 |
commit | eb044fc2e389288771b1de591e2708640c31b905 (patch) | |
tree | 20ef916b93535920bb3ef7a3cf3baed79760e98d /docs/htmldocs.html | |
parent | ed126d3c2937cf054edc509b166a18acd42a130e (diff) | |
download | samba-eb044fc2e389288771b1de591e2708640c31b905.tar.gz samba-eb044fc2e389288771b1de591e2708640c31b905.tar.bz2 samba-eb044fc2e389288771b1de591e2708640c31b905.zip |
fixing up some links in the html documentation
(This used to be commit 2c0ea2437f1873c388839c4eeb172f53db448449)
Diffstat (limited to 'docs/htmldocs.html')
-rw-r--r-- | docs/htmldocs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/htmldocs.html b/docs/htmldocs.html index a363c3461e..6f1154ae06 100644 --- a/docs/htmldocs.html +++ b/docs/htmldocs.html @@ -11,7 +11,7 @@ </div> <hr> <table> - <td valign="top">SAMBA <a href="Samba-Developers-Guide/index.html">Developers</a> Guide</td> + <td valign="top">SAMBA <a href="Samba3-Developers-Guide/index.html">Developers</a> Guide</td> <td valign="top">This book is a collection of documents that might be useful for people developing samba or those interested in doing so. It's nothing more than a collection of documents written by samba developers about the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.</td> </tr> <tr> @@ -31,11 +31,11 @@ <td valign="top">The Samba man pages in HTML.</td> </tr> <tr> - <td valign="top"><a href="../WHATSNEW.txt">WHATSNEW</a></td> + <td valign="top"><a href="../../WHATSNEW.txt">WHATSNEW</a></td> <td valign="top">Samba Release Notes.</td> </tr> <tr> - <td valign="top"><a href="../README.VENDOR">README.VENDOR</a></td> + <td valign="top"><a href="../../README.VENDOR">README.VENDOR</a></td> <td valign="top">VENDOR specific information.</td> </tr> </table></body></html> |