Use https for links where possible
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)
commit9b7f58d77b433c2119699989691bbf0e6f490791
treecde5ce31c74e9f1f25c8a757acaa5be1125c134e
parent8bda461bfb2b982c5bb09bb2e05a2f0455bb22da
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
52 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/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