Skip to content

Commit

Permalink
README.md: Use ceph org for github URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Oct 23, 2023
1 parent 61758fe commit bdb4bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A REST API to execute [teuthology commands](https://docs.ceph.com/projects/teuth

### Option 1: (teuthology docker setup)

1. Clone [teuthology](https://github.com/ceph/teuthology) and [teuthology-api](https://github.com/VallariAg/teuthology-api).
1. Clone [teuthology](https://github.com/ceph/teuthology) and [teuthology-api](https://github.com/ceph/teuthology-api).
2. Rename `.env.dev` file to `.env`.
3. Configure secrets:

Expand Down Expand Up @@ -52,7 +52,7 @@ A REST API to execute [teuthology commands](https://docs.ceph.com/projects/teuth
### Option 2: Non-containerized with venv and pip
1. Clone [teuthology-api](https://github.com/VallariAg/teuthology-api) and `cd` into it.
1. Clone [teuthology-api](https://github.com/ceph/teuthology-api) and `cd` into it.
2. Create a virtualenv: `python3 -m venv`
Expand Down

0 comments on commit bdb4bff

Please sign in to comment.