[ruby/rdoc] [DOC] Fix links (https://github.com/ruby/rdoc/pull/1169)
https://github.com/ruby/rdoc/commit/a576ff890f
This commit is contained in:
parent
fe2db1bed9
commit
b539b43b2b
@ -918,10 +918,6 @@ require 'rdoc'
|
||||
#
|
||||
# - Linked: <tt>https://github.com</tt> links to https://github.com.
|
||||
#
|
||||
# [Protocol +www+]
|
||||
#
|
||||
# - Linked: <tt>www.yahoo.com</tt> links to www.yahoo.com.
|
||||
#
|
||||
# [Protocol +ftp+]
|
||||
#
|
||||
# - Linked: <tt>ftp://nosuch.site</tt> links to ftp://nosuch.site.
|
||||
|
@ -21,7 +21,7 @@ $DEBUG_RDOC = nil
|
||||
# see RDoc::Markup and refer to <tt>rdoc --help</tt> for command line usage.
|
||||
#
|
||||
# If you want to set the default markup format see
|
||||
# RDoc::Markup@Supported+Formats
|
||||
# RDoc::Markup@Markup+Formats
|
||||
#
|
||||
# If you want to store rdoc configuration in your gem (such as the default
|
||||
# markup format) see RDoc::Options@Saved+Options
|
||||
|
Loading…
x
Reference in New Issue
Block a user