From 0fa00ea3d25bd631b7689f99572f006073a9eef7 Mon Sep 17 00:00:00 2001 From: Umesh Yadav Date: Mon, 13 Nov 2017 17:47:41 +0530 Subject: [PATCH] Fixed non ssl links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c29203ea0..dc4062ea9 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ repeat these steps to upgrade to future releases. ## Building * [FreeBSD](./docs/build-instructions/freebsd.md) -* [Linux](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) -* [macOS](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) -* [Windows](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) +* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) +* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) +* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) ## License