From 10e03b976b862d89e93e5fe6afea4d3679d7056a Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 31 Jan 2026 02:48:59 +0000 Subject: [PATCH] [DOC] Fix link in Net --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 986c1a9..93998ce 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -37,7 +37,7 @@ class HTTPHeaderSyntaxError < StandardError; end # For information about \HTTP, see: # # - {Hypertext Transfer Protocol}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol]. - # - {Technical overview}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Technical_overview]. + # - {Technology}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Technology]. # # == About the Examples #