From 4f337e8735aaf9b822546e810be644bde429a7ff Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Fri, 28 Sep 2018 13:22:26 -0400 Subject: [PATCH] update url in version --- Marlin/src/inc/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 481a00e371..c2b99c604f 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -94,7 +94,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ - #define WEBSITE_URL "http://tinymachines3d.com" + #define WEBSITE_URL "tinymachines3d.com" #endif // USE_AUTOMATIC_VERSIONING