Use https for links where possible
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 26 Feb 2020 18:45:58 +0000 (18:45 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 26 Feb 2020 18:45:58 +0000 (18:45 +0000)
commit99c1bc22618ba44701b1f29927d2fd935440585f
treec47388bbe4dda8748900acbfdf072f73581a790f
parent63dae4a6b7b214ad892856e4e1caf1bb52833fdf
Use https for links where possible

Also fix some (semi-)broken links found while checking https availability.

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: accepted for 1.1 https://github.com/pandas-dev/pandas/pull/31145

Gbp-Pq: Name link_security.patch
53 files changed:
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
AUTHORS.md
RELEASE.md
asv_bench/benchmarks/pandas_vb_common.py
doc/cheatsheet/README.txt
doc/source/conf.py
doc/source/development/contributing.rst
doc/source/development/contributing_docstring.rst
doc/source/development/extending.rst
doc/source/ecosystem.rst
doc/source/getting_started/comparison/comparison_with_r.rst
doc/source/getting_started/comparison/comparison_with_stata.rst
doc/source/getting_started/dsintro.rst
doc/source/getting_started/tutorials.rst
doc/source/install.rst
doc/source/user_guide/computation.rst
doc/source/user_guide/cookbook.rst
doc/source/user_guide/enhancingperf.rst
doc/source/user_guide/io.rst
doc/source/user_guide/missing_data.rst
doc/source/user_guide/style.ipynb
doc/source/user_guide/visualization.rst
doc/source/whatsnew/index.rst
pandas/_libs/intervaltree.pxi.in
pandas/_libs/src/klib/khash.h
pandas/_libs/src/skiplist.h
pandas/_libs/src/ujson/lib/ultrajson.h
pandas/_libs/src/ujson/lib/ultrajsondec.c
pandas/_libs/src/ujson/lib/ultrajsonenc.c
pandas/_libs/src/ujson/python/JSONtoObj.c
pandas/_libs/src/ujson/python/objToJSON.c
pandas/_libs/src/ujson/python/ujson.c
pandas/_libs/src/ujson/python/version.h
pandas/_libs/tslibs/c_timestamp.pyx
pandas/_libs/tslibs/nattype.pyx
pandas/core/accessor.py
pandas/core/arrays/datetimes.py
pandas/core/frame.py
pandas/core/generic.py
pandas/io/formats/format.py
pandas/io/gbq.py
pandas/io/html.py
pandas/io/json/_table_schema.py
pandas/io/stata.py
pandas/plotting/_misc.py
pandas/tests/indexes/multi/test_analytics.py
pandas/tests/indexes/test_numpy_compat.py
pandas/tests/tseries/offsets/test_fiscal.py
pandas/tseries/offsets.py
pandas/util/_decorators.py
setup.py
versioneer.py