Skip to content

Commit ab5def0

Browse files
authored
Fix links of GitHub Actions in README.rst (#979)
[skip ci]
1 parent 6a6171e commit ab5def0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ PyGMT
1212
:target: https://pypi.python.org/pypi/pygmt
1313
.. image:: https://github.com/GenericMappingTools/pygmt/workflows/Tests/badge.svg
1414
:alt: GitHub Actions Tests status
15-
:target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3ATests
15+
:target: https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests.yaml
1616
.. image:: https://github.com/GenericMappingTools/pygmt/workflows/GMT%20Dev%20Tests/badge.svg
1717
:alt: GitHub Actions GMT Dev Tests status
18-
:target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3A%22GMT+Latest+Tests%22
18+
:target: https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml
1919
.. image:: https://img.shields.io/codecov/c/github/GenericMappingTools/pygmt/master.svg?style=flat-square
2020
:alt: Test coverage status
2121
:target: https://codecov.io/gh/GenericMappingTools/pygmt
@@ -86,8 +86,8 @@ Project goals
8686
* Build a Pythonic API for GMT.
8787
* Interface with the GMT C API directly using ctypes (no system calls).
8888
* Support for rich display in the Jupyter notebook.
89-
* Integration with the `PyData <https://pydata.org/>`__ ecosystem:
90-
``numpy.ndarray`` or ``pandas.DataFrame`` for data tables and
89+
* Integration with the `PyData <https://pydata.org/>`__ ecosystem:
90+
``numpy.ndarray`` or ``pandas.DataFrame`` for data tables and
9191
``xarray.DataArray`` for grids.
9292

9393

0 commit comments

Comments
 (0)