Author: ianb
Date: 2005-08-19 04:35:11 +0000 (Fri, 19 Aug 2005)
New Revision: 925
Modified:
trunk/SQLObject/docs/SQLObject.txt
Log:
Fix a couple links
Modified: trunk/SQLObject/docs/SQLObject.txt
===================================================================
--- trunk/SQLObject/docs/SQLObject.txt 2005-08-19 04:34:57 UTC (rev 924)
+++ trunk/SQLObject/docs/SQLObject.txt 2005-08-19 04:35:11 UTC (rev 925)
@@ -8,10 +8,9 @@
=========================
SQLObject is by Ian Bicking (ia...@co...) and `Contributors
-<Authors.html>`_. The website is sqlobject.org__.
+<Authors.html>`_. The website is `sqlobject.org
+<http://sqlobject.org>`_.
-__ http://sqlobject.org
-
The code is licensed under the `Lesser General Public License`_
(LGPL).
@@ -177,8 +176,8 @@
treat that key as immutable (otherwise you'll confuse SQLObject
terribly).
-You can `override the id name`__ in the database, but it is always
-called ``.id`` from Python.
+You can `override the id name <#idName>`_ in the database, but it is
+always called ``.id`` from Python.
Using the Class
---------------
|