Skip to content

Commit

Permalink
Remove URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and dpreed committed Feb 5, 2021
1 parent 50543d4 commit 1edaa1b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/Foxies-CSTL/Marlin2.0.x"
//#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"

/**
* Default generic printer UUID.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/core/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand All @@ -97,7 +97,7 @@
* documentation about a specific Marlin release. Displayed in the Info Menu.
*/
#ifndef WEBSITE_URL
#define WEBSITE_URL "http://marlinfw.org"
#define WEBSITE_URL "marlinfw.org"
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/libs/heatshrink/heatshrink_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma once

#define HEATSHRINK_AUTHOR "Scott Vokes <[email protected]>"
#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink"
#define HEATSHRINK_URL "github.com/atomicobject/heatshrink"

/* Version 0.4.1 */
#define HEATSHRINK_VERSION_MAJOR 0
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/lpc1769/pins_FLY_CDY.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_3DRAG.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_K8200.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_ULTIMAIN_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_ULTIMAKER.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/sanguino/pins_ZMIB_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/teensy2/pins_SAV_MKI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1edaa1b

Please sign in to comment.