Skip to content

Commit f3b93d6

Browse files
committed
Replace Anaconda badges with conda-forge shields.io badges
Remove anaconda.org-hosted badges and use shields.io equivalents for conda-forge version and downloads.
1 parent 24ac602 commit f3b93d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<td>Latest Release</td>
66
<td>
77
<div>
8-
<img src="https://anaconda.org/conda-forge/xarray-spatial/badges/latest_release_date.svg" alt="Last Conda Release"/>
98
<img src="https://badge.fury.io/py/xarray-spatial.svg" alt="pypi version" />
10-
<img src="https://anaconda.org/conda-forge/xarray-spatial/badges/version.svg" alt="conda-forge version" />
9+
<img src="https://img.shields.io/conda/vn/conda-forge/xarray-spatial.svg" alt="conda-forge version" />
1110
</div>
12-
</a>
1311
</td>
1412

1513
<td>Downloads</td>
1614
<td>
1715
<div>
1816
<img src="https://img.shields.io/pypi/dm/xarray-spatial?label=PyPI"
1917
alt="PyPI downloads per month" />
18+
<img src="https://img.shields.io/conda/dn/conda-forge/xarray-spatial?label=conda-forge"
19+
alt="conda-forge downloads" />
2020
</div>
2121
</td>
2222
</tr>

0 commit comments

Comments
 (0)