From c58a439873936f2c803f7a74f6dfd2b78162b44f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 14 Nov 2015 13:37:53 +0200
Subject: [PATCH] Correct typo.

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 7659d9b..c0b10e9 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ root of the playbooks directory::
 
     mkdir library
     touch library/__init__.py
-    git submodule add https:/www.shore.co.il/cgit/ansible-modules library/shore
+    git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore
 
 To update the submodule ::
 
-- 
GitLab