From 32bee97004401f0e9873c3f085f6d183f177d7f0 Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Mon, 9 Sep 2013 15:52:58 +0200 Subject: [PATCH] Change link from github modified: doc/install.rst modified: doc/installation/osx_lion.rst --- doc/install.rst | 2 +- doc/installation/osx_lion.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 31ac8d79..14c5fbce 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -34,7 +34,7 @@ Installation steps #. Download the sources of TRIQS from github into a ``src`` directory:: - $ git clone git@github.com:TRIQS/triqs.git src + $ git clone https://github.com/TRIQS/triqs.git src #. Create an empty build directory where you will compile the code:: diff --git a/doc/installation/osx_lion.rst b/doc/installation/osx_lion.rst index 032b67d7..4468405d 100644 --- a/doc/installation/osx_lion.rst +++ b/doc/installation/osx_lion.rst @@ -62,7 +62,7 @@ Installation of the dependencies pip install sphinx easy_install pyparsing==1.5.7 - git clone git://github.com/mathjax/MathJax.git MathJax + git clone https://github.com/mathjax/MathJax.git MathJax NB : you need pyparsing <=1.5.7 since apparently v.2.0 works only for python 3.