From bdb4bffab1ec77012cbc3126e3084bf9f684f68e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 23 Oct 2023 15:56:08 -0600 Subject: [PATCH] README.md: Use ceph org for github URLs Signed-off-by: Zack Cerza --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 944d861..e6dd5bd 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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`