From 11206113cf302ed3b5da1bd5a011e5fd454c1d50 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 18 Jun 2019 01:54:38 -0700 Subject: [PATCH] https link to EditorConfig.org (#25267) Summary: HTTPS is good and this prevents a HTTP redirect ## Changelog [Internal] [Fixed] - https link to EditorConfig.org Pull Request resolved: https://github.com/facebook/react-native/pull/25267 Differential Revision: D15873696 Pulled By: cpojer fbshipit-source-id: 2d769fe163816c75d1461d09837ec9c06a929e04 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dadac3a2b6d50b..45dc2a9a3fecd4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# EditorConfig is awesome: http://EditorConfig.org +# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true