Skip to content

Commit

Permalink
Remove links from whitespaces between README badges (#535)
Browse files Browse the repository at this point in the history
The badges in the README had hyperlinks in the whitespace between them
because of the line breaks in the `<a>` tags. Make them all a single
line to remove the links.
  • Loading branch information
leouieda authored Nov 21, 2024
1 parent ae354d6 commit 2f74b53
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,11 @@ Part of the <a href="https://www.fatiando.org"><strong>Fatiando a Terra</strong>
</p>

<p align="center">
<a href="https://pypi.python.org/pypi/harmonica">
<img
src="http://img.shields.io/pypi/v/harmonica.svg?style=flat-square"
alt="Latest version on PyPI"
/>
</a>
<a href="https://github.com/conda-forge/harmonica-feedstock">
<img
src="https://img.shields.io/conda/vn/conda-forge/harmonica.svg?style=flat-square"
alt="Latest version on conda-forge"
/>
</a>
<a href="https://codecov.io/gh/fatiando/harmonica">
<img
src="https://img.shields.io/codecov/c/github/fatiando/harmonica/main.svg?style=flat-square"
alt="Test coverage status"
/>
</a>
<a href="https://pypi.python.org/pypi/harmonica">
<img
src="https://img.shields.io/pypi/pyversions/harmonica.svg?style=flat-square"
alt="Compatible Python versions."
/>
</a>
<a href="https://doi.org/10.5281/zenodo.3628741">
<img
src="https://img.shields.io/badge/doi-10.5281%2Fzenodo.3628741-blue.svg?style=flat-square"
alt="Digital Object Identifier for the Zenodo archive"
/>
</a>
<a href="https://pypi.python.org/pypi/harmonica"><img src="http://img.shields.io/pypi/v/harmonica.svg?style=flat-square" alt="Latest version on PyPI"/></a>
<a href="https://github.com/conda-forge/harmonica-feedstock"><img src="https://img.shields.io/conda/vn/conda-forge/harmonica.svg?style=flat-square" alt="Latest version on conda-forge"/></a>
<a href="https://codecov.io/gh/fatiando/harmonica"><img src="https://img.shields.io/codecov/c/github/fatiando/harmonica/main.svg?style=flat-square" alt="Test coverage status"/></a>
<a href="https://pypi.python.org/pypi/harmonica"><img src="https://img.shields.io/pypi/pyversions/harmonica.svg?style=flat-square" alt="Compatible Python versions."/></a>
<a href="https://doi.org/10.5281/zenodo.3628741"><img src="https://img.shields.io/badge/doi-10.5281%2Fzenodo.3628741-blue.svg?style=flat-square" alt="Digital Object Identifier for the Zenodo archive"/></a>
</p>

# About
Expand Down

0 comments on commit 2f74b53

Please sign in to comment.