ruby / rake

A make-like build utility for Ruby.
https://ruby.github.io/rake
MIT License
2.32k stars 614 forks source link

Rake information section links in documentation are broken #538

Open apatniv opened 6 months ago

apatniv commented 6 months ago

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 commented 6 months ago

All the four links are broken

Screen Shot 2024-01-21 at 9 42 32 AM
apatniv commented 6 months ago

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