|
1 | 1 | <p align="center"> |
2 | | - <img src="https://raw.githubusercontent.com/redhat-performance/badfish/development/image/badfish-original-licensed.small.png" /> |
| 2 | + <img src="https://raw.githubusercontent.com/quadsproject/badfish/development/image/badfish-original-licensed.small.png" /> |
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <h2 align="center">The Out-of-Band Wrangler</h2> |
6 | 6 |
|
7 | 7 | [](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/) |
8 | | -[](https://codecov.io/gh/redhat-performance/badfish) |
| 8 | +[](https://codecov.io/gh/quadsproject/badfish) |
9 | 9 | [](https://quay.io/repository/quads/badfish) |
10 | | -[](https://github.com/redhat-performance/badfish/actions) |
11 | | -[](https://github.com/redhat-performance/badfish/actions) |
| 10 | +[](https://github.com/quadsproject/badfish/actions) |
| 11 | +[](https://github.com/quadsproject/badfish/actions) |
12 | 12 | [](https://www.gnu.org/licenses/gpl-3.0) |
13 | 13 | [](https://github.com/psf/black) |
14 | 14 |
|
@@ -142,7 +142,7 @@ Active RPM releases: |
142 | 142 |
|
143 | 143 | ### Badfish Standalone CLI |
144 | 144 | ```bash |
145 | | -git clone https://github.com/redhat-performance/badfish && cd badfish |
| 145 | +git clone https://github.com/quadsproject/badfish && cd badfish |
146 | 146 | python3 -m venv bf |
147 | 147 | source bf/bin/activate |
148 | 148 | python3 -m pip install --upgrade build |
@@ -252,7 +252,7 @@ If you choose to install Badfish via RPM package then it'll be located in `/usr/ |
252 | 252 | You can always retrieve our example `idrac_interfaces.yml` file via: |
253 | 253 |
|
254 | 254 | ``` |
255 | | -curl https://raw.githubusercontent.com/redhat-performance/badfish/master/config/idrac_interfaces.yml --output idrac_interfaces.yml |
| 255 | +curl https://raw.githubusercontent.com/quadsproject/badfish/master/config/idrac_interfaces.yml --output idrac_interfaces.yml |
256 | 256 | ``` |
257 | 257 |
|
258 | 258 | ## Common Operations |
|
0 commit comments