From b9299bbc46567608b4e6dcc4e8b8758dd3289231 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marius=20Kj=C3=A6rstad?=
 <sandakersmann@users.noreply.github.com>
Date: Fri, 18 Oct 2019 21:30:53 +0200
Subject: [PATCH] dashboard: change links in README to https (#20181)

Changed http:// to https:// on links in dashboard/README.md
---
 dashboard/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dashboard/README.md b/dashboard/README.md
index 641c5f44b..67b65bda3 100644
--- a/dashboard/README.md
+++ b/dashboard/README.md
@@ -48,8 +48,8 @@ For more IDE support install the `linter-eslint` package too, which finds the `.
 [ESLint]: https://eslint.org/
 [Airbnb]: https://github.com/airbnb/javascript/tree/master/react
 [Webpack]: https://webpack.github.io/
-[WA]: http://webpack.github.io/analyse/
-[WV]: http://chrisbateman.github.io/webpack-visualizer/
+[WA]: https://webpack.github.io/analyse/
+[WV]: https://chrisbateman.github.io/webpack-visualizer/
 [Node.js]: https://nodejs.org/en/
 [Flow]: https://flow.org/
 [Atom]: https://atom.io/
-- 
GitLab