This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch 0.0.6 in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
commit 4698e042ca51111b05e2f7a885ef5b1d9af63442 Author: Jason Young <[email protected]> AuthorDate: Wed Oct 4 10:50:08 2023 -0400 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:
