Author: tv
Date: Sat Feb 24 13:34:49 2007
New Revision: 511357

URL: http://svn.apache.org/viewvc?view=rev&rev=511357
Log:
Fixed village url

Modified:
    
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml

Modified: 
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
URL: 
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml?view=diff&rev=511357&r1=511356&r2=511357
==============================================================================
--- 
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml 
(original)
+++ 
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml 
Sat Feb 24 13:34:49 2007
@@ -85,7 +85,7 @@
 not map to one of the columns in the visitor table is written to a large
 object field in the database.  Database actions in the TurbineUserPeer and
 BasePeer classes are done through the
-<a href="http://share.whichever.com/index.php?SCREEN=village";>Village API</a>.
+<a href="http://www.softwareforge.de/projects/village";>Village API</a>.
 The village API uses the ResultSetMetaData returned by your JDBC driver to
 determine the types of the columns in a SQL result set.  Unfortunately,
 in PostgreSQL large objects are referenced using an OID column (which is a
@@ -123,7 +123,7 @@
 the driver, please try it out. You may also wish to try upgrading to a
 more recent version of the Postgrest driver and also make sure that you
 are using the latest released version of
-<a href="http://share.whichever.com/village/";>Village</a>.
+<a href="http://www.softwareforge.de/projects/village";>Village</a>.
 </p>
 
 <source><![CDATA[



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to