Skip to content

chore: update cross-refs after repo rename#6

Merged
ammar-s847 merged 1 commit into
mainfrom
chore/update-repo-rename-refs
May 26, 2026
Merged

chore: update cross-refs after repo rename#6
ammar-s847 merged 1 commit into
mainfrom
chore/update-repo-rename-refs

Conversation

@ammar-s847
Copy link
Copy Markdown
Contributor

Summary

GitHub renamed:

  • `hebb-project/hebb_core` → `hebb-project/hebb` (this repo)
  • `hebb-project/hebb` (the app) → `hebb-project/hebb_app`

Redirects cover git operations, but the URLs are human-readable in docs and ship to crates.io on the next publish, so this PR updates them:

  • `Cargo.toml`: `repository` + `homepage` → `hebb-project/hebb`. (Affects what shows on the crate page after the next `cargo publish`.)
  • `README.md`: external links to the app → `hebb-project/hebb_app`.
  • `CLAUDE.md`: same — app references updated.

Sibling PR in the app repo covers the inverse direction.

Test plan

  • Render README + CLAUDE.md on GitHub
  • Verify all four links land on the correct repos (`hebb` for library, `hebb_app` for app)

GitHub renamed `hebb-project/hebb_core` → `hebb-project/hebb` (this
repo) and `hebb-project/hebb` (the app) → `hebb-project/hebb_app`.
Redirects cover git operations, but the URLs in docs/Cargo.toml are
human-readable and ship to crates.io on the next publish, so update
them to the new names.

- Cargo.toml: `repository` + `homepage` → hebb-project/hebb
- README.md / CLAUDE.md: links to the app → hebb-project/hebb_app
@ammar-s847 ammar-s847 merged commit 34e1185 into main May 26, 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.

1 participant