From 91c350e7932a1e0fb0a2fd82f7d5e10a36ee932a Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun, 27 Dec 2020 21:00:07 -0600
Subject: [PATCH] Remove URL scheme

---
 Marlin/Version.h                               | 4 ++--
 Marlin/src/core/boards.h                       | 2 +-
 Marlin/src/core/language.h                     | 2 +-
 Marlin/src/inc/Version.h                       | 4 ++--
 Marlin/src/libs/heatshrink/heatshrink_common.h | 2 +-
 Marlin/src/pins/lpc1769/pins_FLY_CDY.h         | 2 +-
 Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h     | 2 +-
 Marlin/src/pins/ramps/pins_3DRAG.h             | 2 +-
 Marlin/src/pins/ramps/pins_K8200.h             | 2 +-
 Marlin/src/pins/ramps/pins_ULTIMAIN_2.h        | 2 +-
 Marlin/src/pins/ramps/pins_ULTIMAKER.h         | 2 +-
 Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h     | 2 +-
 Marlin/src/pins/sanguino/pins_ZMIB_V2.h        | 2 +-
 Marlin/src/pins/teensy2/pins_SAV_MKI.h         | 2 +-
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Marlin/Version.h b/Marlin/Version.h
index fe0724fbfc..eb2f9f9a14 100644
--- a/Marlin/Version.h
+++ b/Marlin/Version.h
@@ -54,7 +54,7 @@
  * has a distinct Github fork— the Source Code URL should just be the main
  * Marlin repository.
  */
-//#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
+//#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
 
 /**
  * Default generic printer UUID.
@@ -65,7 +65,7 @@
  * The WEBSITE_URL is the location where users can get more information such as
  * documentation about a specific Marlin release.
  */
-//#define WEBSITE_URL "https://marlinfw.org"
+//#define WEBSITE_URL "marlinfw.org"
 
 /**
  * Set the vendor info the serial USB interface, if changable
diff --git a/Marlin/src/core/boards.h b/Marlin/src/core/boards.h
index ec82c3c41d..3057f12b7f 100644
--- a/Marlin/src/core/boards.h
+++ b/Marlin/src/core/boards.h
@@ -189,7 +189,7 @@
 #define BOARD_GEN3_PLUS               1601  // Gen3+
 #define BOARD_GEN6                    1602  // Gen6
 #define BOARD_GEN6_DELUXE             1603  // Gen6 deluxe
-#define BOARD_GEN7_CUSTOM             1604  // Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
+#define BOARD_GEN7_CUSTOM             1604  // Gen7 custom (Alfons3 Version) https://github.com/Alfons3/Generation_7_Electronics
 #define BOARD_GEN7_12                 1605  // Gen7 v1.1, v1.2
 #define BOARD_GEN7_13                 1606  // Gen7 v1.3
 #define BOARD_GEN7_14                 1607  // Gen7 v1.4
diff --git a/Marlin/src/core/language.h b/Marlin/src/core/language.h
index 98d155e1d1..d6048d293c 100644
--- a/Marlin/src/core/language.h
+++ b/Marlin/src/core/language.h
@@ -91,7 +91,7 @@
   #define MACHINE_UUID DEFAULT_MACHINE_UUID
 #endif
 
-#define MARLIN_WEBSITE_URL "https://marlinfw.org"
+#define MARLIN_WEBSITE_URL "marlinfw.org"
 
 //#if !defined(STRING_SPLASH_LINE3) && defined(WEBSITE_URL)
 //  #define STRING_SPLASH_LINE3 WEBSITE_URL
diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h
index dbb06b8134..8905b3a82e 100644
--- a/Marlin/src/inc/Version.h
+++ b/Marlin/src/inc/Version.h
@@ -82,7 +82,7 @@
  * providing the source code to your customers.)
  */
 #ifndef SOURCE_CODE_URL
-  #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
+  #define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
 #endif
 
 /**
@@ -97,7 +97,7 @@
    * documentation about a specific Marlin release. Displayed in the Info Menu.
    */
 #ifndef WEBSITE_URL
-  #define WEBSITE_URL "https://marlinfw.org"
+  #define WEBSITE_URL "marlinfw.org"
 #endif
 
 /**
diff --git a/Marlin/src/libs/heatshrink/heatshrink_common.h b/Marlin/src/libs/heatshrink/heatshrink_common.h
index c8dc95406e..68653e4793 100644
--- a/Marlin/src/libs/heatshrink/heatshrink_common.h
+++ b/Marlin/src/libs/heatshrink/heatshrink_common.h
@@ -4,7 +4,7 @@
 #pragma once
 
 #define HEATSHRINK_AUTHOR "Scott Vokes <vokes.s@gmail.com>"
-#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink"
+#define HEATSHRINK_URL "github.com/atomicobject/heatshrink"
 
 /* Version 0.4.1 */
 #define HEATSHRINK_VERSION_MAJOR 0
diff --git a/Marlin/src/pins/lpc1769/pins_FLY_CDY.h b/Marlin/src/pins/lpc1769/pins_FLY_CDY.h
index b678917734..e9c943d4ae 100644
--- a/Marlin/src/pins/lpc1769/pins_FLY_CDY.h
+++ b/Marlin/src/pins/lpc1769/pins_FLY_CDY.h
@@ -26,7 +26,7 @@
 #endif
 
 #define BOARD_INFO_NAME   "FLY-CDY"
-#define BOARD_WEBSITE_URL "https://github.com/FLYmaker/FLY-CDY"
+#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLY-CDY"
 
 //
 // Servos
diff --git a/Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h b/Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h
index 52e757c534..0abea23a45 100644
--- a/Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h
+++ b/Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h
@@ -31,7 +31,7 @@
 
 #define BOARD_INFO_NAME      "Wanhao i3 Mini 0ne+"
 #define DEFAULT_MACHINE_NAME "i3 Mini"
-#define BOARD_WEBSITE_URL    "https://tinyurl.com/yyxw7se7"
+#define BOARD_WEBSITE_URL    "tinyurl.com/yyxw7se7"
 
 //
 // Limit Switches
diff --git a/Marlin/src/pins/ramps/pins_3DRAG.h b/Marlin/src/pins/ramps/pins_3DRAG.h
index 5a0afdc550..6c7f7f4db6 100644
--- a/Marlin/src/pins/ramps/pins_3DRAG.h
+++ b/Marlin/src/pins/ramps/pins_3DRAG.h
@@ -34,7 +34,7 @@
 #endif
 
 #ifndef DEFAULT_SOURCE_CODE_URL
-  #define DEFAULT_SOURCE_CODE_URL "https://3dprint.elettronicain.it/"
+  #define DEFAULT_SOURCE_CODE_URL "3dprint.elettronicain.it"
 #endif
 
 //
diff --git a/Marlin/src/pins/ramps/pins_K8200.h b/Marlin/src/pins/ramps/pins_K8200.h
index 5d4d2d7022..df685e0f0c 100644
--- a/Marlin/src/pins/ramps/pins_K8200.h
+++ b/Marlin/src/pins/ramps/pins_K8200.h
@@ -28,6 +28,6 @@
 
 #define BOARD_INFO_NAME         "Velleman K8200"
 #define DEFAULT_MACHINE_NAME    "K8200"
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
+#define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
 
 #include "pins_3DRAG.h"
diff --git a/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h b/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h
index c6251ae817..211caddba0 100644
--- a/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h
+++ b/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h
@@ -39,7 +39,7 @@
 
 #define BOARD_INFO_NAME         "Ultimaker 2.x"
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
 
 //
 // Limit Switches
diff --git a/Marlin/src/pins/ramps/pins_ULTIMAKER.h b/Marlin/src/pins/ramps/pins_ULTIMAKER.h
index 116301f4d4..447138f53e 100644
--- a/Marlin/src/pins/ramps/pins_ULTIMAKER.h
+++ b/Marlin/src/pins/ramps/pins_ULTIMAKER.h
@@ -39,7 +39,7 @@
 
 #define BOARD_INFO_NAME         "Ultimaker"
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
 
 //
 // Servos
diff --git a/Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h b/Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h
index 9b17384aaf..a59a000dff 100644
--- a/Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h
+++ b/Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h
@@ -74,7 +74,7 @@
   #define BOARD_INFO_NAME       "Ultimaker 1.5.4+"
 #endif
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
 
 //
 // Limit Switches
diff --git a/Marlin/src/pins/sanguino/pins_ZMIB_V2.h b/Marlin/src/pins/sanguino/pins_ZMIB_V2.h
index 0c79f108f7..3cf68ac905 100644
--- a/Marlin/src/pins/sanguino/pins_ZMIB_V2.h
+++ b/Marlin/src/pins/sanguino/pins_ZMIB_V2.h
@@ -26,7 +26,7 @@
 #endif
 
 #define BOARD_INFO_NAME   "Zonestar ZMIB_V2"
-#define BOARD_WEBSITE_URL "https://www.aliexpress.com/item/32957490744.html"
+#define BOARD_WEBSITE_URL "www.aliexpress.com/item/32957490744.html"
 
 #define IS_ZMIB_V2
 
diff --git a/Marlin/src/pins/teensy2/pins_SAV_MKI.h b/Marlin/src/pins/teensy2/pins_SAV_MKI.h
index 4d083ecd12..bcc456c16e 100644
--- a/Marlin/src/pins/teensy2/pins_SAV_MKI.h
+++ b/Marlin/src/pins/teensy2/pins_SAV_MKI.h
@@ -68,7 +68,7 @@
 
 #define BOARD_INFO_NAME         "SAV MkI"
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
-#define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b"
+#define DEFAULT_SOURCE_CODE_URL "tinyurl.com/onru38b"
 
 //
 // Servos