Skip to content

Conversation

@komagata
Copy link
Contributor

@komagata komagata commented May 11, 2025

Summary

This PR fixes the broken links in the Rake Information section of the documentation. Changed the link format from link:doc/... to rdoc-ref:doc/... so that RDoc properly resolves these links when generating HTML documentation.

Fix: #538

Problem

When the RDoc documentation is generated, the four links in the Rake Information section do not work properly. This is because the links are using the link: format which does not correctly translate to HTML hyperlinks during the documentation generation process.

Solution

Modified the link format in README.rdoc from link:doc/... to rdoc-ref:doc/.... This change ensures that RDoc correctly processes these references when generating HTML documentation.

Affected files

  • README.rdoc

Testing

After making the changes, I regenerated the documentation using bundle exec rake rdoc and verified that all four links in the Rake Information section now function correctly.

@hsbt hsbt merged commit 0378c45 into ruby:master May 30, 2025
30 checks passed
@komagata komagata deleted the fix-rdoc-links branch May 30, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants