Skip to content

Commit 8a67922

Browse files
committed
replace http to https links
1 parent 1c583a6 commit 8a67922

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ awesome-python_. (See also other `awesome lists`__!)
1010
Licensed under a `Creative Commons Attribution-ShareAlike 4.0 International
1111
License`__.
1212

13-
.. _SQLAlchemy: http://www.sqlalchemy.org/
13+
.. _SQLAlchemy: https://www.sqlalchemy.org/
1414
.. _awesome-python: https://github.com/vinta/awesome-python
1515
__ https://github.com/sindresorhus/awesome
1616
__ https://creativecommons.org/licenses/by-sa/4.0/
@@ -105,7 +105,7 @@ sqlalchemy-migrate_
105105
Dialects
106106
--------
107107

108-
http://docs.sqlalchemy.org/en/latest/dialects/
108+
https://docs.sqlalchemy.org/en/latest/dialects/
109109

110110
redshift_sqlalchemy_
111111
`Amazon Redshift`_ dialect for SQLAlchemy.
@@ -120,7 +120,7 @@ GINO_
120120

121121
.. _Amazon Redshift: https://aws.amazon.com/redshift/
122122
.. _redshift_sqlalchemy: https://github.com/binarydud/redshift_sqlalchemy
123-
.. _Sphinx: http://sphinxsearch.com/
123+
.. _Sphinx: https://sphinxsearch.com/
124124
.. _sphinxalchemy: https://sphinxalchemy.readthedocs.io/
125125
.. _GINO: https://github.com/fantix/gino
126126
.. _asyncpg: https://github.com/MagicStack/asyncpg
@@ -129,11 +129,11 @@ GINO_
129129
Documentation
130130
-------------
131131

132-
* http://docs.sqlalchemy.org/en/latest/
133-
* http://docs.sqlalchemy.org/en/latest/intro.html
134-
* http://docs.sqlalchemy.org/en/latest/core/tutorial.html
135-
* http://docs.sqlalchemy.org/en/latest/orm/tutorial.html
136-
* http://docs.sqlalchemy.org/en/latest/glossary.html
132+
* https://docs.sqlalchemy.org/en/latest/
133+
* https://docs.sqlalchemy.org/en/latest/intro.html
134+
* https://docs.sqlalchemy.org/en/latest/core/tutorial.html
135+
* https://docs.sqlalchemy.org/en/latest/orm/tutorial.html
136+
* https://docs.sqlalchemy.org/en/latest/glossary.html
137137

138138

139139
File and Image Attachments
@@ -198,7 +198,7 @@ Sprox_
198198
.. _FormAlchemy: https://github.com/FormAlchemy/formalchemy
199199
.. _WTForms: https://wtforms.readthedocs.io/
200200
.. _WTForms-Alchemy: https://wtforms-alchemy.readthedocs.io/
201-
.. _Sprox: http://sprox.org/
201+
.. _Sprox: https://sprox.org/
202202

203203

204204
Full-text Searching
@@ -235,8 +235,8 @@ GeoAlchemy_
235235

236236
.. _GeoAlchemy: https://geoalchemy.readthedocs.io/
237237
.. _GeoAlchemy 2: https://geoalchemy-2.readthedocs.io/
238-
.. _PostGIS: http://postgis.refractions.net/
239-
.. _Spatialite: http://www.gaia-gis.it/gaia-sins/
238+
.. _PostGIS: https://postgis.refractions.net/
239+
.. _Spatialite: https://www.gaia-gis.it/gaia-sins/
240240

241241

242242
Internationalizations
@@ -452,10 +452,10 @@ zope.sqlalchemy_
452452
As such it seeks only to provide a data manager and makes no attempt
453453
to define a zopeish way to configure engines.
454454

455-
.. _Bottle: http://bottlepy.org/
455+
.. _Bottle: https://bottlepy.org/
456456
.. _bottle-sqlalchemy: https://github.com/iurisilvio/bottle-sqlalchemy
457457
.. _filteralchemy: https://github.com/jmcarp/filteralchemy
458-
.. _Flask: http://flask.pocoo.org/
458+
.. _Flask: https://flask.pocoo.org/
459459
.. _Flask-SQLAlchemy: https://pythonhosted.org/Flask-SQLAlchemy/
460460
.. _Flask-Admin: https://github.com/flask-admin/flask-admin
461461
.. _Pyramid: https://trypyramid.com/
@@ -465,7 +465,7 @@ zope.sqlalchemy_
465465
.. _sacrud: https://sacrud.readthedocs.io/
466466
.. _SQLAlchemy-Wrapper: https://github.com/jpscaletti/sqlalchemy-wrapper
467467
.. _webargs: https://github.com/sloria/webargs
468-
.. _Zope: http://www.zope.org/
468+
.. _Zope: https://www.zope.org/
469469
.. _zope.sqlalchemy: https://pypi.org/project/zope.sqlalchemy/
470470

471471

0 commit comments

Comments
 (0)