From 382c21da76a6b657827df44bfde6845cd3140d7d Mon Sep 17 00:00:00 2001 From: Sarah Steiger Date: Wed, 3 Dec 2025 14:57:15 -0500 Subject: [PATCH] docs: update git cloning instructions to not use SSH keys --- docs/user/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/dev.md b/docs/user/dev.md index 49134f3b..36222490 100644 --- a/docs/user/dev.md +++ b/docs/user/dev.md @@ -19,7 +19,7 @@ review and understand your changes. Clone the repository to your local machine using the shell command ```bash -git clone git@github.com:HWO-Yield-Visualizations/yieldplotlib.git +git clone git clone https://github.com/HWO-Yield-Visualizations/yieldplotlib.git ``` Next, navigate to the repository directory and create a new branch: ```bash