rake icon indicating copy to clipboard operation
rake copied to clipboard

Rake information section links in documentation are broken

Open apatniv opened this issue 1 year ago • 2 comments

All four links that appear here in documentation: https://ruby.github.io/rake/index.html#label-Rake+Information are broken

It appears that usage of {Rake command-line}[link:doc/command_line_usage.rdoc] works within github but fails in rdocs.

Doing the following changes works in rdocs

-* {Rake command-line}[link:doc/command_line_usage.rdoc]
+* {Rake command-line}[rdoc-ref:command_line_usage]
Screen Shot 2024-01-21 at 9 43 21 AM

apatniv avatar Jan 21 '24 14:01 apatniv

All the four links are broken

Screen Shot 2024-01-21 at 9 42 32 AM

apatniv avatar Jan 21 '24 14:01 apatniv

May be relevant: https://github.com/ruby/rdoc/issues/618

apatniv avatar Jan 21 '24 14:01 apatniv