From 182e9ea6c8ffebec2b81c27473e1d8654a7fd870 Mon Sep 17 00:00:00 2001 From: Ankur Sinha Date: Wed, 22 Nov 2023 12:09:16 +0000 Subject: [PATCH] chore(readme): use https clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5f1b2..7632cb4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Getting the source for jNeuroML If you prefer to clone all of the individual repositories and build the jNeuroML application yourself, use the [getNeuroML.py](https://github.com/NeuroML/jNeuroML/blob/master/getNeuroML.py) utility in the jNeuroML repo: - git clone git://github.com/NeuroML/jNeuroML.git neuroml_dev/jNeuroML + git clone https://github.com/NeuroML/jNeuroML.git neuroml_dev/jNeuroML cd neuroml_dev/jNeuroML python getNeuroML.py