Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flennerhag committed Jul 18, 2017
2 parents 6853af2 + 0778271 commit d3679f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pip install mlens
To ensure latest version is installed, fork the GitHub repository.

```bash
git clone https://flennerhag/mlens.git; cd mlens;
git clone https://github.com/flennerhag/mlens.git; cd mlens;
python install setup.py
```

Expand All @@ -162,7 +162,7 @@ For the latest in-development version, install the ``dev`` branch of the
repository.

```bash
git clone https://flennerhag/mlens.git; cd mlens; git checkout dev;
git clone https://github.com/flennerhag/mlens.git; cd mlens; git checkout dev;
python install setup.py
```

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To latest stable development version can be install through the

.. code-block:: bash
git clone https://flennerhag/mlens.git; cd mlens;
git clone https://github.com/flennerhag/mlens.git; cd mlens;
python install setup.py
Developer
Expand Down

0 comments on commit d3679f5

Please sign in to comment.