Skip to content

Commit

Permalink
Don't replace doc url for vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 19, 2024
1 parent ce544f8 commit ef0e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/vendor/net-http/lib/net/http.rb
Expand Up @@ -106,7 +106,7 @@ class HTTPHeaderSyntaxError < StandardError; end
# It consists of some or all of: scheme, hostname, path, query, and fragment;
# see {URI syntax}[https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax].
#
# A Ruby {Gem::URI::Generic}[https://docs.ruby-lang.org/en/master/Gem/URI/Generic.html] object
# A Ruby {Gem::URI::Generic}[rdoc-ref:Gem::URI::Generic] object
# represents an internet URI.
# It provides, among others, methods
# +scheme+, +hostname+, +path+, +query+, and +fragment+.
Expand Down

0 comments on commit ef0e08f

Please sign in to comment.