Optimize the link address

Update link address to ensure safety and preciseness

Change-Id: I3ee97ae022f7273bade03a9c6749420048c601d3
This commit is contained in:
Van Hung Pham
2017-06-09 00:55:32 +07:00
parent 02c26a2ced
commit f5c323178c
6 changed files with 14 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
sqlalchemy-migrate
==================
Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with
SQLAlchemy 0.8.
Fork from https://github.com/openstack/sqlalchemy-migrate to get it working
with SQLAlchemy 0.8.
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in `SQLAlchemy <http://sqlalchemy.org>`_ projects.
database schema changes in `SQLAlchemy <https://sqlalchemy.org>`_ projects.
Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
@@ -19,19 +19,19 @@ Sphinx documentation is available at the project page `readthedocs.org
Users and developers can be found at #openstack-dev on Freenode IRC
network and at the public users mailing list `migrate-users
<http://groups.google.com/group/migrate-users>`_.
<https://groups.google.com/group/migrate-users>`_.
New releases and major changes are announced at the public announce mailing
list `openstack-dev
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_
<https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_
and at the Python package index `sqlalchemy-migrate
<http://pypi.python.org/pypi/sqlalchemy-migrate>`_.
<https://pypi.python.org/pypi/sqlalchemy-migrate>`_.
Homepage is located at `stackforge
<http://github.com/stackforge/sqlalchemy-migrate/>`_
<https://github.com/stackforge/sqlalchemy-migrate/>`_
You can also clone a current `development version
<http://github.com/stackforge/sqlalchemy-migrate>`_
<https://github.com/stackforge/sqlalchemy-migrate>`_
Tests and Bugs
--------------

View File

@@ -37,13 +37,13 @@ Development
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html
https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.

View File

@@ -3,7 +3,7 @@ Code to generate a Python model from a database or differences
between a model and database.
Some of this is borrowed heavily from the AutoCode project at:
http://code.google.com/p/sqlautocode/
https://code.google.com/p/sqlautocode/
"""
import sys

View File

@@ -1,4 +1,4 @@
This is a database migration repository.
More information at
http://code.google.com/p/sqlalchemy-migrate/
https://github.com/openstack/sqlalchemy-migrate

View File

@@ -1,4 +1,4 @@
This is a database migration repository.
More information at
http://code.google.com/p/sqlalchemy-migrate/
https://github.com/openstack/sqlalchemy-migrate

View File

@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
home-page = https://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology