README.md in httpx-0.21.1 vs README.md in httpx-0.22.0

- old
+ new

@@ -1,10 +1,10 @@ # HTTPX: A Ruby HTTP library for tomorrow... and beyond! [![Gem Version](https://badge.fury.io/rb/httpx.svg)](http://rubygems.org/gems/httpx) -[![pipeline status](https://gitlab.com/honeyryderchuck/httpx/badges/master/pipeline.svg)](https://gitlab.com/honeyryderchuck/httpx/pipelines?page=1&scope=all&ref=master) -[![coverage report](https://gitlab.com/honeyryderchuck/httpx/badges/master/coverage.svg?job=coverage)](https://honeyryderchuck.gitlab.io/httpx/coverage/#_AllFiles) +[![pipeline status](https://gitlab.com/os85/httpx/badges/master/pipeline.svg)](https://gitlab.com/os85/httpx/pipelines?page=1&scope=all&ref=master) +[![coverage report](https://gitlab.com/os85/httpx/badges/master/coverage.svg?job=coverage)](https://os85.gitlab.io/httpx/coverage/#_AllFiles) HTTPX is an HTTP client library for the Ruby programming language. Among its features, it supports: @@ -139,25 +139,25 @@ **Note**: This gem is tested against all latest patch versions, i.e. if you're using 2.2.0 and you experience some issue, please test it against 2.2.10 (latest patch version of 2.2) before creating an issue. ## Resources | | | | ------------- | --------------------------------------------------- | -| Website | https://honeyryderchuck.gitlab.io/httpx/ | -| Documentation | https://honeyryderchuck.gitlab.io/httpx/rdoc/ | -| Wiki | https://honeyryderchuck.gitlab.io/httpx/wiki/home.html | -| CI | https://gitlab.com/honeyryderchuck/httpx/pipelines | +| Website | https://os85.gitlab.io/httpx/ | +| Documentation | https://os85.gitlab.io/httpx/rdoc/ | +| Wiki | https://os85.gitlab.io/httpx/wiki/home.html | +| CI | https://gitlab.com/os85/httpx/pipelines | | Rubygems | https://rubygems.org/gems/httpx | ## Caveats ### ALPN support ALPN negotiation is required for "auto" HTTP/2 "https" requests. This is available in ruby since version 2.3 . ### Known bugs -* Doesn't work with ruby 2.4.0 for Windows (see [#36](https://gitlab.com/honeyryderchuck/httpx/issues/36)). -* Using `total_timeout` along with the `:persistent` plugin [does not work as you might expect](https://gitlab.com/honeyryderchuck/httpx/-/wikis/Timeouts#total_timeout). +* Doesn't work with ruby 2.4.0 for Windows (see [#36](https://gitlab.com/os85/httpx/issues/36)). +* Using `total_timeout` along with the `:persistent` plugin [does not work as you might expect](https://gitlab.com/os85/httpx/-/wikis/Timeouts#total_timeout). ## Versioning Policy Although 0.x software, `httpx` is considered API-stable and production-ready, i.e. current API or options may be subject to deprecation and emit log warnings, but can only effectively be removed in a major version change.