Add repository migration notice to README#5
Add repository migration notice to README#5jmeickle-theaiinstitute wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a prominent migration notice to the README to inform users that the repository has moved from bdaiinstitute/exploy to rai-opensource/exploy.
Changes:
- Add a GitHub “IMPORTANT” callout at the top of
README.mdpointing to the new repository location.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > [!IMPORTANT] | ||
| > This repository has moved from [`bdaiinstitute/exploy`](https://github.com/bdaiinstitute/exploy) to [`rai-opensource/exploy`](https://github.com/rai-opensource/exploy). |
There was a problem hiding this comment.
The migration notice links to the new repo, but the rest of the README still contains multiple hard-coded URLs to the old location (e.g., docs links, pip install git+https://github.com/bdaiinstitute/exploy.git, git clone https://github.com/bdaiinstitute/exploy.git, and the BibTeX url). To fully “redirect users to the correct location” (per PR description) and avoid broken install/docs links if redirects change, update those references to the new org (and the new docs host, if it changed).
This repository was recently transferred from
bdaiinstitute/exploytorai-opensource/exploy.This PR adds a notice to the top of the README to inform users and redirect them to the correct location.