From cd458c514d8c1eb38605281d67325d9f478b0d49 Mon Sep 17 00:00:00 2001 From: Alara <73926509+alarad27@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:35:21 -0400 Subject: [PATCH] changes the HTTP link to the SSN. (#3485) --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a93f63e02b..a248607b88 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -37,7 +37,7 @@ First, you'll need to clone this repository and make a symlink. ```text mkdir -p ~/ondemand/dev -git clone https://github.com/OSC/ondemand.git ~/ondemand/src +git clone git@github.com:OSC/ondemand.git ~/ondemand/src cd ~/ondemand/dev ln -s ../src/apps/dashboard ```