From: Jonathan Ellis Date: Wed, 8 Aug 2007 04:11:32 +0000 (+0000) Subject: fix url for 04 docs X-Git-Tag: rel_0_4beta1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37b3c39208830a6950e4426103da68203e41322;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix url for 04 docs --- diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 731f80a16e..65d2ab3d2c 100644 --- a/lib/sqlalchemy/ext/sqlsoup.py +++ b/lib/sqlalchemy/ext/sqlsoup.py @@ -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