From 1c2c80b21eb7e794e2605b34365b757aa4f54d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Wed, 7 Jun 2017 17:49:45 +0200 Subject: [PATCH] Fixed typo (thanks to Kostas Theodoridis) (cherry picked from commit ca2efc0054a57634916df4851ad12bcdc3225da7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4d3aed00..0a19dc9975 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you have downloaded the sources from an official source archive or the source If you want to use Git, do the following from a terminal: - git clone --recursive http://github.com/DynareTeam/dynare.git + git clone --recursive https://github.com/DynareTeam/dynare.git cd dynare autoreconf -si -- GitLab