summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-22 12:40:07 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-22 12:40:07 +0100
commitb54b9399920375f0bab14ff8495c0ea3f5fa1c33 (patch)
tree299f314cef43341964d74a67943512b1aed88028 /README.md
parentd565a874f29701531ce1fc0779592838040d3edf (diff)
downloadgitpython-b54b9399920375f0bab14ff8495c0ea3f5fa1c33.tar.gz
Overhauled all tutorials, and placed them in a unit-test.
That way they are protected from regression. Fixes #239
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bdc455b6..0019dc17 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Then run:
GitPython's git repo is available on GitHub, which can be browsed at [github](https://github.com/gitpython-developers/GitPython) and cloned like that:
- git clone git://github.com/gitpython-developers/GitPython.git git-python
+ git clone https://github.com/gitpython-developers/GitPython
### Live Coding