Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.88 -r1.88.2.1 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 27 Apr 2015 15:28:18 -0000 1.88 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 5 Sep 2015 14:52:37 -0000 1.88.2.1 @@ -68,7 +68,7 @@ # (JoelA, 27 Dec 2004 - replaced example config.tcl with link) # -# see http://openacs.org/doc/openacs-5-1/tutorial-second-database.html +# see http://openacs.org/doc/openacs-5-1/tutorial-second-database # for config and usage examples # TODO: The "driverkey_" overrides in the config file are NOT @@ -357,7 +357,7 @@ @param dbn The database name to use. If empty_string, uses the default database. - @see /doc/db-api-detailed.html + @see /doc/db-api-detailed } { set driverkey [db_driverkey $dbn] @@ -663,7 +663,7 @@ @param dbn The database name to use. If empty_string, uses the default database. - @see /doc/db-api-detailed.html + @see /doc/db-api-detailed } { ad_arg_parser { bind_output bind } $args @@ -1867,7 +1867,7 @@ @param dbn The database name to use. If empty_string, uses the default database. - @see /doc/db-api-detailed.html + @see /doc/db-api-detailed } { ad_arg_parser { clobs blobs clob_files blob_files bind } $args set driverkey [db_driverkey $dbn]