Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
docs: fix status badge link (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeeeT committed Nov 9, 2022
1 parent 8d48195 commit 1c0c699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<a href="https://pepy.tech/project/valtypes">
<img src="https://img.shields.io/pypi/dm/valtypes" />
</a>
<a href="https://github.com/LeeeeT/valtypes/actions/workflows/ci.yaml">
<img src="https://img.shields.io/github/workflow/status/LeeeeT/valtypes/CI" />
</a>
<img src="https://img.shields.io/github/checks-status/LeeeeT/valtypes/main" />
<a href="https://valtypes.readthedocs.io/en/latest/?badge=latest">
<img src="https://img.shields.io/readthedocs/valtypes" />
</a>
Expand Down Expand Up @@ -83,13 +81,13 @@ User(id=1, name='Fred', hobbies=['origami', 'curling', 'programming'])

## Installation

Install from [PyPI][pypi]:
Install from [PyPI]:

```console
pip install valtypes
```

Build the latest version from [source][source]:
Build the latest version from [source]:

```console
pip install git+https://github.com/LeeeeT/valtypes
Expand Down
8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<a href="https://pepy.tech/project/valtypes">
<img src="https://img.shields.io/pypi/dm/valtypes" />
</a>
<a href="https://github.com/LeeeeT/valtypes/actions/workflows/ci.yaml">
<img src="https://img.shields.io/github/workflow/status/LeeeeT/valtypes/CI" />
</a>
<img src="https://img.shields.io/github/checks-status/LeeeeT/valtypes/main" />
<a href="https://valtypes.readthedocs.io/en/latest/?badge=latest">
<img src="https://img.shields.io/readthedocs/valtypes" />
</a>
Expand Down Expand Up @@ -83,13 +81,13 @@ User(id=1, name='Fred', hobbies=['origami', 'curling', 'programming'])

## Installation

Install from [PyPI][pypi]:
Install from [PyPI]:

```console
pip install valtypes
```

Build the latest version from [source][source]:
Build the latest version from [source]:

```console
pip install git+https://github.com/LeeeeT/valtypes
Expand Down

0 comments on commit 1c0c699

Please sign in to comment.