mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/rdoc] [DOC] Fix links (https://github.com/ruby/rdoc/pull/1169)
a576ff890f
This commit is contained in:
parent
fe2db1bed9
commit
b539b43b2b
2 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue