Don't replace doc url for vendored files

This commit is contained in:
Hiroshi SHIBATA 2024-03-19 10:54:48 +09:00
parent ce544f8dbd
commit ef0e08f327
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -106,7 +106,7 @@ module Gem::Net #:nodoc:
# 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+.