From 911af3f3315b38cf40942f9a96cf66ee1f3366e6 Mon Sep 17 00:00:00 2001
From: Merouane Atig <merwan@users.noreply.github.com>
Date: Tue, 13 Feb 2018 16:02:50 +0100
Subject: [PATCH] Fix link markdown markup

---
 docs/large-deployments.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/large-deployments.md b/docs/large-deployments.md
index b19f69913..953ca2963 100644
--- a/docs/large-deployments.md
+++ b/docs/large-deployments.md
@@ -3,8 +3,7 @@ Large deployments of K8s
 
 For a large scaled deployments, consider the following configuration changes:
 
-* Tune [ansible settings]
-  (http://docs.ansible.com/ansible/intro_configuration.html)
+* Tune [ansible settings](http://docs.ansible.com/ansible/intro_configuration.html)
   for `forks` and `timeout` vars to fit large numbers of nodes being deployed.
 
 * Override containers' `foo_image_repo` vars to point to intranet registry.
-- 
GitLab