Skip to content

Commit a576ff8

Browse files
[DOC] Fix links (#1169)
1 parent 95b6cfb commit a576ff8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/rdoc/markup_reference.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,6 @@
918918
#
919919
# - Linked: <tt>https://github.com</tt> links to https://github.com.
920920
#
921-
# [Protocol +www+]
922-
#
923-
# - Linked: <tt>www.yahoo.com</tt> links to www.yahoo.com.
924-
#
925921
# [Protocol +ftp+]
926922
#
927923
# - Linked: <tt>ftp://nosuch.site</tt> links to ftp://nosuch.site.

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# see RDoc::Markup and refer to <tt>rdoc --help</tt> for command line usage.
2222
#
2323
# If you want to set the default markup format see
24-
# RDoc::Markup@Supported+Formats
24+
# RDoc::Markup@Markup+Formats
2525
#
2626
# If you want to store rdoc configuration in your gem (such as the default
2727
# markup format) see RDoc::Options@Saved+Options

0 commit comments

Comments
 (0)