From b18ba63f5482814d97ef1b5e4064762f9d02d2c8 Mon Sep 17 00:00:00 2001 From: U8N WXD Date: Wed, 15 Nov 2017 11:31:46 -0800 Subject: [PATCH 1/3] Change HTTP Links to HTTPS in linux.md Similar to issue #16167 and PR #16173 Change links throughout docs/build-instructions/linux.md to support SSL/TLS by changing URL to `https://` [ci skip] Signed-off-by: U8N WXD --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 3499f6ac9..12e9f68ef 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -1 +1 @@ -See the [Hacking on Atom Core](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) section in the [Atom Flight Manual](http://flight-manual.atom.io). +See the [Hacking on Atom Core](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) section in the [Atom Flight Manual](https://flight-manual.atom.io). From cda38cd8cc1bb72e4f34a9ff5b0e912e7a693d56 Mon Sep 17 00:00:00 2001 From: U8N WXD Date: Wed, 15 Nov 2017 11:47:53 -0800 Subject: [PATCH 2/3] Change HTTP Links to HTTPS in macOS.md Similar to issue #16167 and PR #16173 Change links throughout docs/build-instructions/macOS.md to support SSL/TLS by changing URL to `https://` [ci skip] Signed-off-by: U8N WXD --- docs/build-instructions/macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/macOS.md b/docs/build-instructions/macOS.md index 3085d11f3..8a0f7b1dd 100644 --- a/docs/build-instructions/macOS.md +++ b/docs/build-instructions/macOS.md @@ -1 +1 @@ -See the [Hacking on Atom Core](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) section in the [Atom Flight Manual](http://flight-manual.atom.io). +See the [Hacking on Atom Core](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) section in the [Atom Flight Manual](https://flight-manual.atom.io). From 98121f325ef03857fa24d9c9a315dd903dab63a3 Mon Sep 17 00:00:00 2001 From: U8N WXD Date: Wed, 15 Nov 2017 11:54:37 -0800 Subject: [PATCH 3/3] Change HTTP Links to HTTPS in windows.md Similar to issue #16167 and PR #16173 Change links throughout docs/build-instructions/windows.md to support SSL/TLS by changing URL to `https://` [ci skip] Signed-off-by: U8N WXD --- docs/build-instructions/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index f75a07530..49b5fa74c 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -1 +1 @@ -See the [Hacking on Atom Core](http://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) section in the [Atom Flight Manual](http://flight-manual.atom.io). +See the [Hacking on Atom Core](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) section in the [Atom Flight Manual](https://flight-manual.atom.io).