diff --git a/Marlin/Marlin.ino b/Marlin/Marlin.ino index 663220636b20..5c86f311c28b 100644 --- a/Marlin/Marlin.ino +++ b/Marlin/Marlin.ino @@ -44,7 +44,7 @@ Getting Help The Marlin Discussion Forum is a great place to get help from other Marlin users who may have experienced similar issues to your own. - - https://github.com/MarlinFirmware/Marlin/issues + - https://github.com/DerAndere1/Marlin/issues With a free GitHub account you can provide us with feedback, bug reports, and feature requests via the Marlin Issue Queue. diff --git a/Marlin/Version.h b/Marlin/Version.h index 06faaad16505..b05f8f130a72 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -69,7 +69,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ -//#define WEBSITE_URL "marlinfw.org" +//#define WEBSITE_URL "github.com/DerAndere1/Marlin" /** * Set the vendor info the serial USB interface, if changable diff --git a/buildroot/bin/generate_version b/buildroot/bin/generate_version index 70a108b1fedb..f995ff1a1b5b 100755 --- a/buildroot/bin/generate_version +++ b/buildroot/bin/generate_version @@ -34,6 +34,10 @@ WEBSITE_URL="${WEBSITE_URL:-$(awk -F'"' \ cat > "${WRITE_FILE}" <