From 1c0c69976adff166eeed59e2453a011b582b7cbf Mon Sep 17 00:00:00 2001 From: LeeeeT Date: Wed, 9 Nov 2022 14:09:48 +0300 Subject: [PATCH] docs: fix status badge link (#53) --- README.md | 8 +++----- docs/index.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7a67123..e1bab87 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,7 @@ - - - + @@ -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 diff --git a/docs/index.md b/docs/index.md index 7a67123..e1bab87 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,9 +16,7 @@ - - - + @@ -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