The Wayback Machine - https://web.archive.org/web/20210918102126/https://github.com/matplotlib/matplotlib/pull/20088
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some http: -> https: URLs #20088

Merged
merged 12 commits into from Jul 17, 2021
Merged

fix some http: -> https: URLs #20088

merged 12 commits into from Jul 17, 2021

Conversation

@nschloe
Copy link
Contributor

@nschloe nschloe commented Apr 27, 2021

I scanned the code for outdated http: URLs and converted them to https: (where possible). Also following some permanent redirects.

doc/_static/logo2.svg Outdated Show resolved Hide resolved
doc/_static/logo2.svg Outdated Show resolved Hide resolved
doc/_templates/layout.html Outdated Show resolved Hide resolved
doc/api/prev_api_changes/api_changes_0.71.rst Outdated Show resolved Hide resolved
doc/api/prev_api_changes/api_changes_0.72.rst Outdated Show resolved Hide resolved
src/_backend_agg.h Outdated Show resolved Hide resolved
src/doc/segment_intersects_rectangle.svg Outdated Show resolved Hide resolved
src/doc/segment_intersects_rectangle.svg Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
tutorials/introductory/sample_plots.py Show resolved Hide resolved
@nschloe
Copy link
Contributor Author

@nschloe nschloe commented Jun 23, 2021

Thanks for the comments. I've now used deadlink and went for a more conservative change.

deadlink-replace-redirects .
git checkout LICENSE/ extern/ doc/devel/gitwash/

doc/_static/logo2.svg Outdated Show resolved Hide resolved
doc/_static/logo2.svg Outdated Show resolved Hide resolved
doc/devel/README.txt Outdated Show resolved Hide resolved
doc/devel/documenting_mpl.rst Outdated Show resolved Hide resolved
doc/devel/gitwash/known_projects.inc Outdated Show resolved Hide resolved
doc/make.bat Outdated Show resolved Hide resolved
@nschloe nschloe marked this pull request as ready for review Jul 8, 2021
@nschloe nschloe requested a review from QuLogic Jul 8, 2021
doc/_static/mpl.css Outdated Show resolved Hide resolved
examples/misc/hyperlinks_sgskip.py Outdated Show resolved Hide resolved
examples/mplot3d/lorenz_attractor.py Outdated Show resolved Hide resolved
examples/showcase/firefox.py Outdated Show resolved Hide resolved
lib/matplotlib/animation.py Outdated Show resolved Hide resolved
lib/matplotlib/dviread.py Outdated Show resolved Hide resolved
lib/matplotlib/dviread.py Outdated Show resolved Hide resolved
lib/matplotlib/tests/test_agg.py Outdated Show resolved Hide resolved
tutorials/text/pgf.py Outdated Show resolved Hide resolved
tutorials/text/pgf.py Outdated Show resolved Hide resolved
@QuLogic
Copy link
Member

@QuLogic QuLogic commented Jul 16, 2021

There's just the one typo left above.

@nschloe
Copy link
Contributor Author

@nschloe nschloe commented Jul 16, 2021

Even that was outdated.

@QuLogic
Copy link
Member

@QuLogic QuLogic commented Jul 16, 2021

No, it's missing the closing parenthesis (which may need to be separated from the URL, now that I think about it.)

@nschloe
Copy link
Contributor Author

@nschloe nschloe commented Jul 16, 2021

Right, fixed now.

@QuLogic
Copy link
Member

@QuLogic QuLogic commented Jul 16, 2021

Probably should be squash merged.

@timhoffm timhoffm merged commit d11b206 into matplotlib:master Jul 17, 2021
24 of 28 checks passed
@QuLogic QuLogic added this to the v3.5.0 milestone Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants