Skip to content

Commit 296c1ab

Browse files
authored
Fix broken RDoc Markup Reference link in RDoc::Comment (#1566)
Fix broken RDoc Markup Reference links in `RDoc::Comment`. See https://github.com/ruby/rdoc/pull/1542/files.
1 parent 2f441c5 commit 296c1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/comment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Each comment may have a different markup format set by #format=. By default
77
# 'rdoc' is used. The :markup: directive tells RDoc which format to use.
88
#
9-
# See RDoc::MarkupReference@Directive+for+Specifying+RDoc+Source+Format.
9+
# See {RDoc Markup Reference}[rdoc-ref:doc/markup_reference/rdoc.rdoc@Directive+for+Specifying+RDoc+Source+Format].
1010

1111

1212
class RDoc::Comment

0 commit comments

Comments
 (0)