]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix url for 04 docs
authorJonathan Ellis <jbellis@gmail.com>
Wed, 8 Aug 2007 04:11:32 +0000 (04:11 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Wed, 8 Aug 2007 04:11:32 +0000 (04:11 +0000)
lib/sqlalchemy/ext/sqlsoup.py

index 731f80a16e091b6d1e60e88cedcb626589f6fb60..65d2ab3d2caf2c143fea350a625824e40819e612 100644 (file)
@@ -240,7 +240,7 @@ Raw SQL
 
 SqlSoup works fine with SQLAlchemy's `text block support`__.
 
-__ http://www.sqlalchemy.org/docs/documentation.myt#sql_textual
+__ http://www.sqlalchemy.org/docs/04/sqlexpression.html#sql_text
 
 You can also access the SqlSoup's `engine` attribute to compose SQL
 directly.  The engine's ``execute`` method corresponds to the one of a