diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-04-04 13:46:07 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-04-04 13:46:07 +0300 |
| commit | b1c9b3bd384fc40e1c411abef12eaf04b574612f (patch) | |
| tree | 93aaf3076f2c0e220192867568ff93d38483de8b /doc/build | |
| parent | fdb6ab6a1d5d55d900c388e039835c6433032977 (diff) | |
| download | sqlalchemy-pr/255.tar.gz | |
Fix some broken links in docspr/255
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_06.rst | 2 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_07.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_06.rst b/doc/build/changelog/changelog_06.rst index 67fd0f1e9..927aae21d 100644 --- a/doc/build/changelog/changelog_06.rst +++ b/doc/build/changelog/changelog_06.rst @@ -3845,7 +3845,7 @@ :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:: diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index e782ba938..fa952f012 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -3220,7 +3220,7 @@ 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 @@ -4125,7 +4125,7 @@ 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 |
