Shorten Website URLs

This commit is contained in:
Scott Lahteine
2019-08-22 18:17:13 -05:00
parent 7924e0d819
commit fdef32ce77
11 changed files with 11 additions and 11 deletions

View File

@ -26,7 +26,7 @@
#endif
#define BOARD_INFO_NAME "FYSETC AIO II"
#define BOARD_WEBSITE_URL "https://fysetc.com"
#define BOARD_WEBSITE_URL "fysetc.com"
#define DISABLE_JTAG

View File

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

View File

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