Skip to content

Fix RDoc links in Rake Information section #627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

komagata
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rake information section links in documentation are broken
2 participants