]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix some broken links in docs rel_0_8 bb_old/rel_0_8
authorVille Skyttä <ville.skytta@iki.fi>
Mon, 4 Apr 2016 10:46:07 +0000 (13:46 +0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Apr 2016 14:00:15 +0000 (10:00 -0400)
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)

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 5b03e89c2ad6ac05842db6e0ee1cd07446d5a453..604cdcb7b220decc4d02e5923d63ff3225b08cc7 100644 (file)
@@ -328,7 +328,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