Browse Source

Shorten Website URLs

Scott Lahteine 5 years ago
parent
commit
fdef32ce77

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SBASE.h View File

@@ -33,7 +33,7 @@
33 33
   #define BOARD_INFO_NAME   "MKS SBASE"
34 34
 #endif
35 35
 #ifndef BOARD_WEBSITE_URL
36
-  #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
36
+  #define BOARD_WEBSITE_URL "github.com/makerbase-mks/MKS-SBASE"
37 37
 #endif
38 38
 
39 39
 #define LED_PIN            P1_18   // Used as a status indicator

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "MKS SGen-L"
33
-#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN_L"
33
+#define BOARD_WEBSITE_URL "github.com/makerbase-mks/MKS-SGEN_L"
34 34
 
35 35
 //
36 36
 // Servos

+ 1
- 1
Marlin/src/pins/lpc1768/pins_SELENA_COMPACT.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "Selena Compact"
33
-#define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena"
33
+#define BOARD_WEBSITE_URL "github.com/Ales2-k/Selena"
34 34
 
35 35
 //
36 36
 // Servos

+ 1
- 1
Marlin/src/pins/lpc1769/pins_AZTEEG_X5_GT.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "Azteeg X5 GT"
33
-#define BOARD_WEBSITE_URL "https://tinyurl.com/yx8tdqa3"
33
+#define BOARD_WEBSITE_URL "tinyurl.com/yx8tdqa3"
34 34
 
35 35
 //
36 36
 // Custom CPU Speed 120MHz

+ 1
- 1
Marlin/src/pins/lpc1769/pins_AZTEEG_X5_MINI.h View File

@@ -32,7 +32,7 @@
32 32
 #ifndef BOARD_INFO_NAME
33 33
   #define BOARD_INFO_NAME "Azteeg X5 MINI"
34 34
 #endif
35
-#define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
35
+#define BOARD_WEBSITE_URL "tiny.cc/x5_mini"
36 36
 
37 37
 //
38 38
 // LED

+ 1
- 1
Marlin/src/pins/lpc1769/pins_MKS_SGEN.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "MKS SGen"
33
-#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN"
33
+#define BOARD_WEBSITE_URL "github.com/makerbase-mks/MKS-SGEN"
34 34
 
35 35
 #include "../lpc1768/pins_MKS_SBASE.h"
36 36
 

+ 1
- 1
Marlin/src/pins/lpc1769/pins_SMOOTHIEBOARD.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "Smoothieboard"
33
-#define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard"
33
+#define BOARD_WEBSITE_URL "smoothieware.org/smoothieboard"
34 34
 
35 35
 //
36 36
 // Custom CPU Speed 120MHz

+ 1
- 1
Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h View File

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME   "TH3D EZBoard"
33
-#define BOARD_WEBSITE_URL "https://www.th3dstudio.com/product/ezboard-lite/"
33
+#define BOARD_WEBSITE_URL "th3dstudio.com"
34 34
 
35 35
 //
36 36
 // Servos

+ 1
- 1
Marlin/src/pins/stm32/pins_FYSETC_AIO_II.h View File

@@ -26,7 +26,7 @@
26 26
 #endif
27 27
 
28 28
 #define BOARD_INFO_NAME   "FYSETC AIO II"
29
-#define BOARD_WEBSITE_URL "https://fysetc.com"
29
+#define BOARD_WEBSITE_URL "fysetc.com"
30 30
 
31 31
 #define DISABLE_JTAG
32 32
 

+ 1
- 1
Marlin/src/pins/stm32/pins_FYSETC_CHEETAH.h View File

@@ -28,7 +28,7 @@
28 28
 #define DEFAULT_MACHINE_NAME "3D Printer"
29 29
 
30 30
 #define BOARD_INFO_NAME   "FYSETC Cheetah"
31
-#define BOARD_WEBSITE_URL "https://fysetc.com"
31
+#define BOARD_WEBSITE_URL "fysetc.com"
32 32
 
33 33
 // Ignore temp readings during development.
34 34
 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000

+ 1
- 1
Marlin/src/pins/stm32/pins_MKS_ROBIN_LITE.h View File

@@ -32,7 +32,7 @@
32 32
 #ifndef BOARD_INFO_NAME
33 33
   #define BOARD_INFO_NAME "MKS Robin Lite"
34 34
 #endif
35
-#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks"
35
+#define BOARD_WEBSITE_URL "github.com/makerbase-mks"
36 36
 
37 37
 //#define DISABLE_DEBUG
38 38
 #define DISABLE_JTAG

Loading…
Cancel
Save