From 9058a1fbc154d558e142c2cb3f571e2526748d4b Mon Sep 17 00:00:00 2001 From: Jason Young Date: Wed, 4 Oct 2023 10:50:08 -0400 Subject: [PATCH] docs(readme): fixed repo url and name --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9233fe2..466f199 100644 --- a/README.rst +++ b/README.rst @@ -59,14 +59,14 @@ Follow these steps to set up and install the project: .. code-block:: bash - git clone https://github.com/UMD-ARLIS/incubator-flagon-distill.git + git clone https://github.com/apache/flagon-distill.git 2. Navigate to the project directory: .. code-block:: bash - cd incubator-flagon-distill + cd flagon-distill 3. Use Poetry to install project dependencies and create a virtual environment: