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] ``` <img width="1380" alt="Screen Shot 2024-01-21 at 9 43 21 AM" src="https://github.com/ruby/rake/assets/22565917/8d79957d-e5db-4429-9293-266448a90fdb">