Skip to content

Commit 8a2cbbd

Browse files
authored
Update README for two weeks past migration (#199)
1 parent ce27c1b commit 8a2cbbd

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
# Repository Migration Notice
2-
3-
> [!IMPORTANT]
4-
> This repository has moved to the **RAI-Opensource** GitHub organization!
5-
>
6-
> Current status: **Migrated**.
7-
>
8-
> - Migration target org: <https://github.com/RAI-Opensource>
9-
> - Previous target org: <https://github.com/bdaiinstitute>
10-
>
11-
> What to do now:
12-
>
13-
> - Update your git remote:
14-
>
15-
> ```bash
16-
> git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper
17-
> ```
18-
>
19-
> - If you maintain downstream docs/scripts, update links from this repository to the new org.
20-
>
21-
221
# Spot Wrapper
232

243
![Python](https://img.shields.io/badge/python-3.10-blue)
@@ -50,6 +29,16 @@ To update requirements.txt, use
5029
pipreqs . --force
5130
```
5231

32+
# Migration Notice
33+
34+
On April 28, 2026 this repository moved to the **RAI-Opensource** GitHub organization. If you are still pulling from the previous bdaiinstitute GitHub organization, please update your git remote:
35+
```bash
36+
git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper
37+
```
38+
39+
If you maintain downstream docs/scripts, update links from this repository to the new org.
40+
41+
5342
# Contributing
5443
This repository enforces `ruff` and `black` linting. To verify that your code will pass inspection, install `pre-commit` and run:
5544
```bash

0 commit comments

Comments
 (0)