From 3283755b38c0d3371ceec86c239e6b397aebead2 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 3 May 2016 21:12:47 -0400 Subject: [PATCH] README: Fix repo link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1b54c99..b99e11b 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ To build uvloop, you'll need `Cython` and Python 3.5. The best way is to create a virtual env, so that you'll have `cython` and `python` commands pointing to the correct tools. -1. `git clone --recursive https://github.com/1st1/uvloop.git` +1. `git clone --recursive git@github.com:MagicStack/uvloop.git` 2. `cd uvloop`