[DOC] Link to MarkupReference directly

This commit is contained in:
Nobuyoshi Nakada 2025-01-16 14:03:45 +09:00
parent 7ef91f589a
commit 32cb4b204d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-01-16 05:21:47 +00:00

View File

@ -7,7 +7,7 @@ in the Ruby core and in the Ruby standard library.
## Generating documentation
Most Ruby documentation lives in the source files and is written in
[RDoc format](rdoc-ref:RDoc::Markup).
[RDoc format](rdoc-ref:RDoc::MarkupReference).
Some pages live under the `doc` folder and can be written in either
`.rdoc` or `.md` format, determined by the file extension.
@ -110,7 +110,7 @@ involving new files `doc/*.rdoc`:
Ruby is documented using RDoc.
For information on \RDoc syntax and features, see the
[RDoc Markup Reference](rdoc-ref:RDoc::Markup@RDoc+Markup+Reference).
[RDoc Markup Reference](rdoc-ref:RDoc::MarkupReference).
### Output from `irb`