Skip to content

fix: correct broken crate documentation link in rig-core README#1504

Closed
muhammadrashid4587 wants to merge 1 commit into0xPlaygrounds:mainfrom
muhammadrashid4587:fix/docs-link-missing-rs
Closed

fix: correct broken crate documentation link in rig-core README#1504
muhammadrashid4587 wants to merge 1 commit into0xPlaygrounds:mainfrom
muhammadrashid4587:fix/docs-link-missing-rs

Conversation

@muhammadrashid4587
Copy link

Summary

  • Fixes the broken docs.rs link in rig/rig-core/README.md
  • The URL was https://docs/rig-core/latest/rig/ (missing .rs TLD)
  • Changed to https://docs.rs/rig-core/latest/rig/

Test plan

  • Click the "crate documentation" link in the rig-core README — should navigate to docs.rs

Fixes #1503

🤖 Generated with Claude Code

The docs.rs link was missing the .rs TLD, pointing to https://docs/
instead of https://docs.rs/.

Fixes 0xPlaygrounds#1503

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@0xMochan
Copy link
Contributor

duplicate: #1502

@0xMochan 0xMochan closed this Mar 11, 2026
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.

Link to crate documentation is broken

3 participants