From 185af7c9f1e9a12798224e0fd1b3b414fdfcd9ca Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 6 Sep 2021 20:19:31 +0200 Subject: [PATCH] Cleanup --- README.md | 2 +- docs/README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index cf784666..fef370ab 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ $ http -a USERNAME POST https://api.github.com/repos/httpie/httpie/issues/83/com Have a look through existing [Issues](https://github.com/httpie/httpie/issues) and [Pull Requests](https://github.com/httpie/httpie/pulls) that you could help with. If you'd like to request a feature or report a bug, please [create a GitHub Issue](https://github.com/httpie/httpie/issues) using one of the templates provided. -[See full contribution guide →](https://github.com/httpie/httpie/blob/master/CONTRIBUTING.md) +[See contribution guide →](https://github.com/httpie/httpie/blob/master/CONTRIBUTING.md) diff --git a/docs/README.md b/docs/README.md index 010fa570..8d0c5550 100644 --- a/docs/README.md +++ b/docs/README.md @@ -116,12 +116,6 @@ Python version 3.6 or greater is required. You can also install the latest unreleased development version directly from the `master` branch on GitHub. It is a work-in-progress of a future stable release so the experience might be not as smooth. -
- -[![Build](https://img.shields.io/github/workflow/status/httpie/httpie/Build?color=%2373DC8C&label=Build&logo=github)](https://github.com/httpie/httpie/actions) - -
- You can install it on Linux, macOS or Windows with `pip`: ```bash