Skip to content

fix: correct repository URL typo across crate metadata#23

Merged
niklabh merged 1 commit intoniklabh:mainfrom
jasonchen17:fix/repository-url-typo
Mar 24, 2026
Merged

fix: correct repository URL typo across crate metadata#23
niklabh merged 1 commit intoniklabh:mainfrom
jasonchen17:fix/repository-url-typo

Conversation

@jasonchen17
Copy link
Copy Markdown
Contributor

@jasonchen17 jasonchen17 commented Mar 24, 2026

Summary

Fixes a typo where the GitHub username was misspelled as nicklabh instead of the correct niklabh, causing broken repository links.

Files changed:

  • oxide-docs/Cargo.toml — fixed repository field URL
  • oxide-browser/src/lib.rs — fixed crate-level doc comment link

Closes #14

Summary by CodeRabbit

  • Chores
    • Corrected the repository URL in package metadata and documentation to reflect the accurate GitHub repository location.

Fixes niklabh#14

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c7461c03-d871-4d9e-99c0-735337fd137e

📥 Commits

Reviewing files that changed from the base of the PR and between 4f87ae2 and e999ad5.

📒 Files selected for processing (2)
  • oxide-browser/src/lib.rs
  • oxide-docs/Cargo.toml

📝 Walkthrough

Walkthrough

The pull request corrects a typo in repository URLs across crate metadata and documentation. The GitHub username nicklabh is replaced with the correct niklabh in two files: the Cargo.toml repository field and the crate-level rustdoc comment.

Changes

Cohort / File(s) Summary
Repository URL typo fix
oxide-browser/src/lib.rs, oxide-docs/Cargo.toml
Corrected GitHub username from nicklabh to niklabh in crate documentation links and package metadata repository field.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hop, hop, hurrah! A typo's been squashed,
From nicklabh to niklabh—the links are now washed!
Two little fixes, precision so keen,
The cleanest repository URLs I've seen! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: correcting a repository URL typo across crate metadata files.
Linked Issues check ✅ Passed The pull request successfully addresses all coding requirements from issue #14: correcting the GitHub username from 'nicklabh' to 'niklabh' in both specified files.
Out of Scope Changes check ✅ Passed All changes are directly scoped to issue #14: two files modified with only the typo correction, no unrelated modifications present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@niklabh niklabh merged commit 317d869 into niklabh:main Mar 24, 2026
3 checks passed
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.

Fix repository URL typo across crate metadata

2 participants