Skip to content

Commit ee1e49e

Browse files
authored
Fix PyPI badge (#153)
* Update README.md * Update CHANGELOG.md
1 parent 757d629 commit ee1e49e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- PyMilo exception types added in `pymilo/exceptions/__init__.py`
1515
- PyMilo exception types added in `pymilo/__init__.py`
1616
### Changed
17+
- `README.md` updated
1718
- Tests config modified
1819
- Cross decomposition params initialized in `pymilo_param`
1920
- Cross decomposition support added to `pymilo_func.py`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ PyMilo is an open source Python package that provides a simple, efficient, and s
1919
<tr>
2020
<td align="center">PyPI Counter</td>
2121
<td align="center">
22-
<a href="http://pepy.tech/project/pymilo">
23-
<img src="http://pepy.tech/badge/pymilo">
24-
</a>
22+
<a href="https://pepy.tech/projects/pymilo">
23+
<img src="https://static.pepy.tech/badge/pymilo" alt="PyPI Downloads">
24+
</a>
2525
</td>
2626
</tr>
2727
<tr>

0 commit comments

Comments
 (0)