From e60164adcae9f4ca52c825bd1d9df1fa888d1596 Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 2 Jan 2023 21:06:58 +0700 Subject: [PATCH] Update: link to the ruby Net::HTTP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45dbe8f..6af4fe0 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Spyke](https://github.com/balvig/spyke) - Interact with REST services in an ActiveRecord-like manner. * [excon](https://github.com/excon/excon) - Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients. * [httparty](https://github.com/jnunemaker/httparty) - Makes HTTP fun again! -* [Net::HTTP](http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/Net/HTTP.html) - Net::HTTP provides a rich library which can be used to build HTTP user-agents. +* [Net::HTTP](https://ruby-doc.org/3.2.0/stdlibs/net/Net/HTTP.html) - Net::HTTP provides a rich library which can be used to build HTTP user-agents. * [raml-ruby-client-generator](https://github.com/zlx/raml-ruby-client-generator) - Auto generate API client from a RAML file. ### Go Clients