Use HTTPie repository everywhere

This commit is contained in:
Mickaël Schoentgen 2021-10-07 16:15:52 +02:00
parent 3869c3ce99
commit 476eb4f0d9

View File

@ -1928,8 +1928,8 @@ All changes are recorded in the [change log](#change-log).
HTTPie has the following community channels: HTTPie has the following community channels:
- [GitHub Issues](https://github.com/jkbr/httpie/issues) for bug reports and feature requests - [GitHub Issues](https://github.com/httpie/httpie/issues) for bug reports and feature requests
- [Discord server](https://httpie.io/chat) to ask questions, discuss features, and for general API development discussion - [Discord server](https://httpie.io/discord) to ask questions, discuss features, and for general API development discussion
- [StackOverflow](https://stackoverflow.com) to ask questions (make sure to use the [httpie](https://stackoverflow.com/questions/tagged/httpie) tag) - [StackOverflow](https://stackoverflow.com) to ask questions (make sure to use the [httpie](https://stackoverflow.com/questions/tagged/httpie) tag)
- Twitter; where you can tweet directly to (and follow!) [@httpie](https://twitter.com/httpie) - Twitter; where you can tweet directly to (and follow!) [@httpie](https://twitter.com/httpie)
@ -1955,7 +1955,7 @@ Helpers to convert from other client tools:
#### Alternatives #### Alternatives
- [httpcat](https://github.com/jakubroztocil/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line - [httpcat](https://github.com/httpie/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line
- [curl](https://curl.haxx.se) — a "Swiss knife" command line tool and an exceptional library for transferring data with URLs. - [curl](https://curl.haxx.se) — a "Swiss knife" command line tool and an exceptional library for transferring data with URLs.
### Contributing ### Contributing