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

docs: fix status badge link #53

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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