diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2026-01-26 21:00:32 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-01-27 03:40:07 +0000 |
| commit | 969fd30cb17a45943011768f40f281f5f270acc6 (patch) | |
| tree | bb64913a3b87b5e3f9d341b58dc23554ab2eff8b /lib | |
| parent | 491e38902c2f5deef5dbb249cdf609ae2bb52f1e (diff) | |
[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
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/net/http.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 # '<tt>ENV['http_proxy']</tt>'; - # 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; |
