diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 19:29:19 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 20:54:33 +0200 |
commit | fb81f9c8d914f9911925dd3f4e77d7fc374b267c (patch) | |
tree | bc41febba7eb8c1fab88909a0a13ee04d4cf505a /README.rst | |
parent | b920869ef54d05e73e2a980b73647d6050ffeb9d (diff) | |
download | sqlalchemy-fb81f9c8d914f9911925dd3f4e77d7fc374b267c.tar.gz |
Replace all http:// links to https://
Also replace http://pypi.python.org/pypi with https://pypi.org/project
Change-Id: I84b5005c39969a82140706472989f2a30b0c7685
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst index 8871b810d..ad384e621 100644 --- a/README.rst +++ b/README.rst @@ -129,18 +129,18 @@ Documentation Latest documentation is at: -http://www.sqlalchemy.org/docs/ +https://www.sqlalchemy.org/docs/ Installation / Requirements --------------------------- Full documentation for installation is at -`Installation <http://www.sqlalchemy.org/docs/intro.html#installation>`_. +`Installation <https://www.sqlalchemy.org/docs/intro.html#installation>`_. Getting Help / Development / Bug reporting ------------------------------------------ -Please refer to the `SQLAlchemy Community Guide <http://www.sqlalchemy.org/support.html>`_. +Please refer to the `SQLAlchemy Community Guide <https://www.sqlalchemy.org/support.html>`_. Code of Conduct --------------- @@ -148,11 +148,11 @@ Code of Conduct Above all, SQLAlchemy places great emphasis on polite, thoughtful, and constructive communication between users and developers. Please see our current Code of Conduct at -`Code of Conduct <http://www.sqlalchemy.org/codeofconduct.html>`_. +`Code of Conduct <https://www.sqlalchemy.org/codeofconduct.html>`_. License ------- SQLAlchemy is distributed under the `MIT license -<http://www.opensource.org/licenses/mit-license.php>`_. +<https://www.opensource.org/licenses/mit-license.php>`_. |