From 1d583b2fb16a5e1218082d85ffd1f8d31a46a20b Mon Sep 17 00:00:00 2001 From: Rodrigo Caballero Date: Tue, 12 Dec 2017 16:18:44 -0600 Subject: [PATCH] Fix repo link on clone command of README. Signed-off-by: Rodrigo Caballero --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4b75bfe8..83cf1266 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ repository to our local machine. .. code-block:: console - $ git clone git@clrgitlab.intel.com:clr-documentation/project-docs.git + $ git clone https://github.com/clearlinux/clear-linux-documentation Run make ========