From 969fd30cb17a45943011768f40f281f5f270acc6 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 26 Jan 2026 21:00:32 -0500 Subject: [ruby/net-http] [DOC] Fix links The RDoc link format has changed so these are all broken links. https://github.com/ruby/net-http/commit/97fe6085c3 --- lib/net/http.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index 98d6793aee..98639978a2 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -460,7 +460,7 @@ module Net #:nodoc: # # First, what's elsewhere. Class Net::HTTP: # - # - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here]. + # - Inherits from {class Object}[rdoc-ref:Object#class-object-whats-here]. # # This is a categorized summary of methods and attributes. # @@ -1304,7 +1304,7 @@ module Net #:nodoc: # Sets whether to determine the proxy from environment variable # 'ENV['http_proxy']'; - # see {Proxy Using ENV['http_proxy']}[rdoc-ref:Net::HTTP@Proxy+Using+-27ENV-5B-27http_proxy-27-5D-27]. + # see {Proxy Using ENV['http_proxy']}[rdoc-ref:Net::HTTP@Proxy+Using+ENVHTTPProxy]. attr_writer :proxy_from_env # Sets the proxy address; -- cgit v1.2.3