summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 22:34:24 +0200
committerJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 22:34:24 +0200
commit12f061410fd37678c18935cc24ea60a5ee501fb3 (patch)
tree2561c4d2d2a7449b28dd2d00e2d0a1d1c466f911
parentca5d59910a9f968f25736757a5e5710c13df8fda (diff)
downloadsqalchemy-migrate-12f061410fd37678c18935cc24ea60a5ee501fb3.tar.gz
fix issue tracking and source code URLs
-rw-r--r--docs/changelog.rst1
-rw-r--r--docs/index.rst4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index ef2f7d5..9b8ea02 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -10,6 +10,7 @@ Fixed Bugs
- docs/_build is excluded from source tarball builds
- use table.append_column() instead of column._set_parent() in
ChangesetColumn.add_to_table()
+- fix source and issue tracking URLs in documentation
0.7 (2011-05-27)
---------------------------
diff --git a/docs/index.rst b/docs/index.rst
index 474b0d1..1b52c5d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,8 +6,8 @@
:Author: Evan Rosson
:Maintainer: Domen Kožar <domenNO@SPAMdev.si>
-:Source code: http://code.google.com/p/sqlalchemy-migrate/issues/list
-:Issues: http://code.google.com/p/sqlalchemy-migrate/
+:Issues: http://code.google.com/p/sqlalchemy-migrate/issues/list
+:Source Code: http://code.google.com/p/sqlalchemy-migrate/
:Continuous Integration: http://jenkins.gnuviech-server.de/job/sqlalchemy-migrate-all/
:Generated: |today|
:License: MIT