-
Notifications
You must be signed in to change notification settings - Fork 2
fix: add .html extensions to documentation links #183
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
Conversation
Fixes broken documentation links that were pointing to directory-style URLs without .html extensions. The MkDocs site requires .html extensions for all documentation pages. Updated links: - Getting Started Guide - Wrappers Guide - Adapters Guide - API Reference (both locations) Fixes #182 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Co-Authored-By: William Easton <[email protected]>
📝 WalkthroughWalkthroughThe README.md file has been updated to correct documentation hyperlinks. Links to Getting Started, Wrappers, Adapters, and API Reference pages now properly point to their Changes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (3)
Comment |
|



Fixes broken documentation links in README.md that were pointing to directory-style URLs without .html extensions. The MkDocs site requires .html extensions for all documentation pages.
Changes
getting-started/→getting-started.htmlwrappers/→wrappers.htmladapters/→adapters.htmlapi/protocols/→api/protocols.htmlFixes #182
Generated with Claude Code
Summary by CodeRabbit