]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix some broken links in docs
authorVille Skyttä <ville.skytta@iki.fi>
Mon, 4 Apr 2016 10:46:07 +0000 (13:46 +0300)
committerVille Skyttä <ville.skytta@iki.fi>
Mon, 4 Apr 2016 10:46:07 +0000 (13:46 +0300)
doc/build/changelog/changelog_06.rst
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/engine/__init__.py

index 67fd0f1e9d1787b3a769080cfe8dd99a787ab6d2..927aae21d0341bc59d21b05b900e271296da6cae 100644 (file)
         :tickets: 
 
       For the full set of feature descriptions, see
-      http://www.sqlalchemy.org/trac/wiki/06Migration .
+      http://docs.sqlalchemy.org/en/latest/changelog/migration_06.html .
       This document is a work in progress.
 
     .. change::
index e782ba93861248f562bd4c4bbd83cc8beb7b2529..fa952f012278e2351ff872ba8bc18ffba1728d28 100644 (file)
       This section documents those changes from 0.7b4
       to 0.7.0.  For an overview of what's new in
       SQLAlchemy 0.7, see
-      http://www.sqlalchemy.org/trac/wiki/07Migration
+      http://docs.sqlalchemy.org/en/latest/changelog/migration_07.html
 
     .. change::
         :tags: orm
 
       Detailed descriptions of each change below are
       described at:
-      http://www.sqlalchemy.org/trac/wiki/07Migration
+      http://docs.sqlalchemy.org/en/latest/changelog/migration_07.html
 
     .. change::
         :tags: general
index adca6694e2156452ea5dd7a9f89d0aff0386e1e1..6d092e15c98562aa60e171d2a2c1757e055c8407 100644 (file)
@@ -374,7 +374,7 @@ def create_engine(*args, **kwargs):
         * the ``mock`` strategy, which dispatches all statement
           execution to a function passed as the argument ``executor``.
           See `example in the FAQ
-          <http://www.sqlalchemy.org/trac/wiki/FAQ#HowcanIgettheCREATETABLEDROPTABLEoutputasastring>`_.
+          <http://docs.sqlalchemy.org/en/latest/faq/metadata_schema.html#how-can-i-get-the-create-table-drop-table-output-as-a-string>`_.
 
     :param executor=None: a function taking arguments
         ``(sql, *multiparams, **params)``, to which the ``mock`` strategy will