From 2b06a845cd0dea4f5964d50be279d5c4ab75538b Mon Sep 17 00:00:00 2001 From: Michael Buehlmann Date: Mon, 10 Jun 2024 11:50:31 -0400 Subject: [PATCH] update readme with correct URLs --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 08be2b8..e8f6d32 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ Welcome to haccytrees! This is a python library to create, read, and process large merger-tree forests created from HACC simulations, such as Last Journey. Documentation and usage examples are provided at -``_. The code is available at -``_. +``_. The code is available at +``_. .. image:: tree_example.svg @@ -22,7 +22,7 @@ To install haccytrees, you will need to clone the repository and then use `pip`. .. code-block:: bash - git clone https://github.com/ArgonneCPAC/haccytrees.git + git clone https://github.com/ArgonneCPAC/HACCyTrees.git cd haccytrees # Using pip to install the package