[ruby/rdoc] Fix dead link in RDoc::Markup

https://github.com/ruby/rdoc/commit/521c9ebd29
This commit is contained in:
Peter Zhu 2022-05-11 09:14:16 -04:00 committed by git
parent 4978c48629
commit 4da0f7a7f5

View File

@ -166,7 +166,7 @@
# <h1 id="method-i-do_fun_things-label-Example">Example</h1> # <h1 id="method-i-do_fun_things-label-Example">Example</h1>
# #
# The label can be linked-to using <tt>SomeClass@Headers</tt>. See # The label can be linked-to using <tt>SomeClass@Headers</tt>. See
# {Links}[RDoc::Markup@Links] for further details. # {Links}[rdoc-ref:RDoc::Markup@Links] for further details.
# #
# === Rules # === Rules
# #