Skip to content

docs: fix broken clone URLs in README (skelfresearch → Skelf-Research) - #8

Open
abhicris wants to merge 1 commit into
Skelf-Research:mainfrom
abhicris:contrib-bot/2026-04-21-polymathy
Open

docs: fix broken clone URLs in README (skelfresearch → Skelf-Research)#8
abhicris wants to merge 1 commit into
Skelf-Research:mainfrom
abhicris:contrib-bot/2026-04-21-polymathy

Conversation

@abhicris

Copy link
Copy Markdown

Why

The README's Quick Start and "From source" sections both tell users to clone / install from github.com/skelfresearch/polymathy:

git clone https://github.com/skelfresearch/polymathy.git
# ...
cargo install --git https://github.com/skelfresearch/polymathy

That slug doesn't resolve — the actual org is Skelf-Research, so anyone copy-pasting from the README hits:

fatal: repository 'https://github.com/skelfresearch/polymathy.git/' not found

This PR updates both occurrences to the correct Skelf-Research slug. Docs-only, no code change, no new deps, cargo check passes locally.

Diff: 2 lines in README.md.


— Part of open-source frontier Rust work from kcolbchain.com · maintained by Abhishek Krishna.

The two `git clone` / `cargo install --git` examples in README.md point at
`github.com/skelfresearch/polymathy`, which does not resolve — the actual
org slug is `Skelf-Research`. Following the README as written fails with
`repository not found`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.

1 participant