From b0bc46eaf88dfe7964bedee3a4bf7e7ccf953c28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dar=C3=ADo=20Javier=20Cravero?= <dario@uxtemple.com>
Date: Wed, 15 Feb 2017 10:06:08 +0000
Subject: [PATCH] Use https in link to Ignoring files at Github (#1561)

---
 packages/react-scripts/template/gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/react-scripts/template/gitignore b/packages/react-scripts/template/gitignore
index 4fa4a5376..927d17bb9 100644
--- a/packages/react-scripts/template/gitignore
+++ b/packages/react-scripts/template/gitignore
@@ -1,4 +1,4 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
+# See https://help.github.com/ignore-files/ for more about ignoring files.
 
 # dependencies
 /node_modules
-- 
GitLab