Skip to content

Commit 969fd30

Browse files
peterzhu2118matzbot
authored andcommitted
[ruby/net-http] [DOC] Fix links
The RDoc link format has changed so these are all broken links. ruby/net-http@97fe6085c3
1 parent 491e389 commit 969fd30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/net/http.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ class HTTPHeaderSyntaxError < StandardError; end
460460
#
461461
# First, what's elsewhere. Class Net::HTTP:
462462
#
463-
# - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
463+
# - Inherits from {class Object}[rdoc-ref:Object#class-object-whats-here].
464464
#
465465
# This is a categorized summary of methods and attributes.
466466
#
@@ -1304,7 +1304,7 @@ def response_body_encoding=(value)
13041304

13051305
# Sets whether to determine the proxy from environment variable
13061306
# '<tt>ENV['http_proxy']</tt>';
1307-
# see {Proxy Using ENV['http_proxy']}[rdoc-ref:Net::HTTP@Proxy+Using+-27ENV-5B-27http_proxy-27-5D-27].
1307+
# see {Proxy Using ENV['http_proxy']}[rdoc-ref:Net::HTTP@Proxy+Using+ENVHTTPProxy].
13081308
attr_writer :proxy_from_env
13091309

13101310
# Sets the proxy address;

0 commit comments

Comments
 (0)