update URL to fuse web site
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 16 Nov 2004 15:34:25 +0000 (15:34 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 16 Nov 2004 15:34:25 +0000 (15:34 +0000)
git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@36 17f4e80c-d0e0-0310-8903-bfc3ae804c12

DBI.pm
examples/webgui.pl

diff --git a/DBI.pm b/DBI.pm
index 3537bf0..a70c24a 100755 (executable)
--- a/DBI.pm
+++ b/DBI.pm
@@ -29,7 +29,7 @@ See C<run> below for examples how to set parameters.
 =head1 DESCRIPTION
 
 This module will use C<Fuse> module, part of C<FUSE (Filesystem in USErspace)>
-available at L<http://sourceforge.net/projects/avf> to mount
+available at L<http://fuse.sourceforge.net/> to mount
 your database as file system.
 
 That will give you possibility to use normal file-system tools (cat, grep, vi)
@@ -524,7 +524,7 @@ Nothing.
 =head1 SEE ALSO
 
 C<FUSE (Filesystem in USErspace)> website
-L<http://sourceforge.net/projects/avf>
+L<http://fuse.sourceforge.net/>
 
 Example for WebGUI which comes with this distribution in
 directory C<examples/webgui.pl>. It also contains a lot of documentation
index d0b4aec..8868a16 100755 (executable)
@@ -221,7 +221,7 @@ C<Fuse::DBI> website
 L<http://www.rot13.org/~dpavlin/fuse_dbi.html>
 
 C<FUSE (Filesystem in USErspace)> website
-L<http://sourceforge.net/projects/avf>
+L<http://fuse.sourceforge.net/>
 
 =head1 AUTHOR