Use https for links where possible
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Thu, 9 Apr 2020 03:11:32 +0000 (04:11 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 9 Apr 2020 03:11:32 +0000 (04:11 +0100)
commit79a7548b41ea42fadc3b0871fca3d2f6f286bd24
tree006debff4a4b7f6254d17fd75b922bccef8110d2
parent1703c024e7a2017f7fbf2e35e6e708309d01ca53
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