Skip to content

Commit f14aac5

Browse files
DOC: Update URLs from "http" to "https" if available (#3467)
1 parent 61f86e8 commit f14aac5

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
For more details, check out:
2424
2525
- [Minimal Complete Verifiable Examples](https://stackoverflow.com/help/mcve)
26-
- [Craft Minimal Bug Reports](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)
26+
- [Craft Minimal Bug Reports](https://matthewrocklin.com/minimal-bug-reports)
2727
2828
placeholder: "PASTE CODE HERE"
2929
render: python

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ The following people have contributed code and/or documentation to the project
1313
| [Abhishek Anant](https://twitter.com/itsabhianant) | [0000-0002-5751-2010](https://orcid.org/0000-0002-5751-2010) | Unaffiliated |
1414
| [Andre L. Belem](https://github.com/andrebelem) | [0000-0002-8865-6180](https://orcid.org/0000-0002-8865-6180) | Fluminense Federal University, Brazil |
1515
| [Dongdong Tian](https://seisman.info/) | [0000-0001-7967-1197](https://orcid.org/0000-0001-7967-1197) | China University of Geosciences, China |
16-
| [Jamie Quinn](http://jamiejquinn.com) | [0000-0002-0268-7032](https://orcid.org/0000-0002-0268-7032) | University College London, United Kingdom |
16+
| [Jamie Quinn](https://jamiejquinn.com) | [0000-0002-0268-7032](https://orcid.org/0000-0002-0268-7032) | University College London, United Kingdom |
1717
| [Jiayuan Yao](https://github.com/core-man) | [0000-0001-7036-4238](https://orcid.org/0000-0001-7036-4238) | Nanyang Technological University, Singapore |
1818
| [Jing-Hui Tong](https://github.com/jhtong33) | [0009-0002-7195-3071](https://orcid.org/0009-0002-7195-3071) | National Taiwan Normal University, Taiwan |
1919
| [Kathryn Materna](https://github.com/kmaterna) | [0000-0002-6687-980X](https://orcid.org/0000-0002-6687-980X) | US Geological Survey, USA |
20-
| [Leonardo Uieda](http://www.leouieda.com/) | [0000-0001-6123-9515](https://orcid.org/0000-0001-6123-9515) | University of Liverpool, United Kingdom |
20+
| [Leonardo Uieda](https://www.leouieda.com/) | [0000-0001-6123-9515](https://orcid.org/0000-0001-6123-9515) | University of Liverpool, United Kingdom |
2121
| [Liam Toney](https://liam.earth/) | [0000-0003-0167-9433](https://orcid.org/0000-0003-0167-9433) | University of Alaska Fairbanks, USA |
2222
| [Malte Ziebarth](https://github.com/mjziebarth) | [0000-0002-5190-4478](https://orcid.org/0000-0002-5190-4478) | GFZ German Research Centre for Geosciences, Germany |
2323
| [Max Jones](https://github.com/maxrjones) | [0000-0003-0180-8928](https://orcid.org/0000-0003-0180-8928) | University of Hawaiʻi at Mānoa, USA |
2424
| [Michael Grund](https://github.com/michaelgrund) | [0000-0001-8759-2018](https://orcid.org/0000-0001-8759-2018) | SNP Innovation Lab GmbH, Germany |
25-
| [Tyler Newton](http://www.tnewton.com/) | [0000-0002-1560-6553](https://orcid.org/0000-0002-1560-6553) | University of Oregon, USA |
25+
| [Tyler Newton](https://www.tnewton.com/) | [0000-0002-1560-6553](https://orcid.org/0000-0002-1560-6553) | University of Oregon, USA |
2626
| [Wei Ji Leong](https://github.com/weiji14) | [0000-0003-2354-1988](https://orcid.org/0000-0003-2354-1988) | Development Seed, USA |
2727
| [William Schlitzer](https://github.com/willschlitzer) | [0000-0002-5843-2282](https://orcid.org/0000-0002-5843-2282) | Unaffiliated |
2828
| [Yohai Magen](https://github.com/yohaimagen) | [0000-0002-4892-4013](https://orcid.org/0000-0002-4892-4013) | Tel Aviv University, Israel |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[Documentation (development version)](https://www.pygmt.org/dev) | [Contact](https://forum.generic-mapping-tools.org) | [TryOnline](https://github.com/GenericMappingTools/try-gmt)
66

7-
[![Latest version on PyPI](http://img.shields.io/pypi/v/pygmt.svg?style=flat-square)](https://pypi.python.org/pypi/pygmt)
7+
[![Latest version on PyPI](https://img.shields.io/pypi/v/pygmt.svg?style=flat-square)](https://pypi.python.org/pypi/pygmt)
88
[![Latest version on conda-forge](https://img.shields.io/conda/v/conda-forge/pygmt?style=flat-square)](https://anaconda.org/conda-forge/pygmt)
99
[![GitHub Actions Tests status](https://github.com/GenericMappingTools/pygmt/workflows/Tests/badge.svg)](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests.yaml)
1010
[![GitHub Actions GMT Dev Tests status](https://github.com/GenericMappingTools/pygmt/workflows/GMT%20Dev%20Tests/badge.svg)](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml)

doc/_static/version_switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
window.location.href = new_url;
7575
},
7676
error: function() {
77-
window.location.href = 'http://' + doc_url + '/' + selected;
77+
window.location.href = 'https://' + doc_url + '/' + selected;
7878
}
7979
});
8080
}

doc/_templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{%- block extrafooter %}
55
<p>
6-
Built with <a href="http://sphinx-doc.org/">Sphinx</a>
6+
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
77
using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
88
provided by <a href="https://readthedocs.org">Read the Docs</a>
99
</p>

doc/contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Please take a look at these resources to learn about Git and pull requests (don'
100100
hesitate to [ask questions](contributing.md#getting-help)):
101101

102102
* [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/).
103-
* [Git Workflow Tutorial](http://www.asmeurer.com/git-workflow/) by Aaron Meurer.
103+
* [Git Workflow Tutorial](https://www.asmeurer.com/git-workflow/) by Aaron Meurer.
104104
* [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
105105

106106
### Getting Help
@@ -111,7 +111,7 @@ the project where you can ask questions.
111111

112112
### Pull Request Workflow
113113

114-
We follow the [git pull request workflow](http://www.asmeurer.com/git-workflow)
114+
We follow the [git pull request workflow](https://www.asmeurer.com/git-workflow)
115115
to make changes to our codebase. Every change made goes through a pull request, even
116116
our own, so that our
117117
[continuous integration](https://en.wikipedia.org/wiki/Continuous_integration)
@@ -168,7 +168,7 @@ To increase the chances of getting your pull request accepted quickly, try to:
168168
or [Tutorials](contributing.md#contributing-tutorials).
169169
* Have a good coding style
170170
- Use readable code, as it is better than clever code (even with comments).
171-
- Follow the [PEP8](http://pep8.org) style guide for code and the
171+
- Follow the [PEP8](https://pep8.org) style guide for code and the
172172
[NumPy style guide](https://numpydoc.readthedocs.io/en/latest/format.html)
173173
for docstrings. Please refer to [Code style](contributing.md#code-style).
174174

@@ -251,7 +251,7 @@ There are four main components to PyGMT's documentation:
251251

252252
The documentation is written primarily in
253253
[reStructuredText](https://docutils.sourceforge.io/rst.html) and built by
254-
[Sphinx](http://www.sphinx-doc.org/). Please refer to
254+
[Sphinx](https://www.sphinx-doc.org/). Please refer to
255255
{gmt-docs}`reStructuredText Cheatsheet <devdocs/rst-cheatsheet.html>`
256256
if you are new to reStructuredText. When contributing documentation, be sure to
257257
follow the general guidelines in the [pull request workflow](contributing.md#pull-request-workflow)
@@ -473,7 +473,7 @@ code, be sure to follow the general guidelines in the
473473
### Code Style
474474

475475
We use the [ruff](https://docs.astral.sh/ruff) tool to format the code, so we
476-
don't have to think about it. It loosely follow the [PEP8](http://pep8.org) guide
476+
don't have to think about it. It loosely follow the [PEP8](https://pep8.org) guide
477477
but with a few differences. Regardless, you won't have to worry about formatting
478478
the code yourself. Before committing, run it to automatically format your code:
479479

doc/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ and JPG for use on the web and elsewhere. In fact, PyGMT users will usually not
1818
contact with the original PostScript files and get only the more convenient formats like
1919
PDF and PNG.
2020

21-
The project was started in 2017 by [Leonardo Uieda](http://www.leouieda.com) and
22-
[Paul Wessel](http://www.soest.hawaii.edu/wessel) (the co-creator and main developer of
21+
The project was started in 2017 by [Leonardo Uieda](https://www.leouieda.com) and
22+
[Paul Wessel](https://www.soest.hawaii.edu/wessel) (the co-creator and main developer of
2323
GMT) at the University of Hawaiʻi at Mānoa. The development of PyGMT has been supported
2424
by NSF grants [OCE-1558403](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1558403)
2525
and [EAR-1948602](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1948602).

examples/gallery/lines/roads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Read shapefile data using geopandas
1919
gdf = gpd.read_file(
20-
"http://www2.census.gov/geo/tiger/TIGER2015/PRISECROADS/tl_2015_15_prisecroads.zip"
20+
"https://www2.census.gov/geo/tiger/TIGER2015/PRISECROADS/tl_2015_15_prisecroads.zip"
2121
)
2222
# The dataset contains different road types listed in the RTTYP column,
2323
# here we select the following ones to plot:

pygmt/src/grd2cpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def grd2cpt(grid, **kwargs):
5757
highest *z*-value, and the NaN color (N) painted wherever values are
5858
undefined. For color tables beyond the standard GMT offerings, visit
5959
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
60-
`Scientific Colour-Maps <http://www.fabiocrameri.ch/colourmaps.php>`_.
60+
`Scientific Colour-Maps <https://www.fabiocrameri.ch/colourmaps.php>`_.
6161
6262
If the master CPT includes B, F, and N entries, these will be copied into
6363
the new master file. If not, the parameters :gmt-term:`COLOR_BACKGROUND`,

pygmt/src/makecpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def makecpt(**kwargs):
4343
reversed relative to the master cpt, and can be made continuous or
4444
discrete. For color tables beyond the standard GMT offerings, visit
4545
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
46-
`Scientific Colour-Maps <http://www.fabiocrameri.ch/colourmaps.php>`_.
46+
`Scientific Colour-Maps <https://www.fabiocrameri.ch/colourmaps.php>`_.
4747
4848
The CPT includes three additional colors beyond the range of z-values.
4949
These are the background color (B) assigned to values lower than the lowest

0 commit comments

Comments
 (0)