Skip to content

Commit c3eea6e

Browse files
authored
Fix broken RDoc Markup Reference links in RDoc::Markup (#1560)
Fix broken RDoc Markup Reference links in RDoc::Markup. See https://github.com/ruby/rdoc/pull/1542/files.
1 parent b90416c commit c3eea6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rdoc/markup.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# - +rdoc+:
1818
# the +RDoc+ markup format;
19-
# see RDoc::MarkupReference.
19+
# see {RDoc Markup Reference}[rdoc-ref:doc/markup_reference/rdoc.rdoc]
2020
# - +markdown+:
2121
# The +markdown+ markup format as described in
2222
# the {Markdown Guide}[https://www.markdownguide.org];
@@ -102,7 +102,7 @@
102102
#
103103
# = \RDoc Markup Reference
104104
#
105-
# See RDoc::MarkupReference.
105+
# See {RDoc Markup Reference}[rdoc-ref:doc/markup_reference/rdoc.rdoc]
106106
#
107107
#--
108108
# Original Author:: Dave Thomas, dave@pragmaticprogrammer.com

0 commit comments

Comments
 (0)