diff --git a/build.properties b/build.properties
index b45e519eb..6f24acc5f 100644
--- a/build.properties
+++ b/build.properties
@@ -11,7 +11,7 @@ min.java.version = 1.8.0
vendor = JPEXS
internal.name = FFDec
product.name = JPEXS Free Flash Decompiler
-product.url = https://www.free-decompiler.com/flash/
+product.url = https://github.com/jindrapetrik/jpexs-decompiler
main.class = com.jpexs.decompiler.flash.gui.Main
mac.bundle = com.jpexs.decompiler.flash
@@ -35,10 +35,10 @@ version_info = version.properties
exe.config = build_exe.xml
-website.upload.url = https://www.free-decompiler.com/flash/release/release
-website.version.url = https://www.free-decompiler.com/flash/release/versionid
+website.upload.url = -
+website.version.url = -
-app.vendor.mail = flash@free-decompiler.com
+app.vendor.mail = jindra.petrik@gmail.com
app.osx.dir = FFDec
app.deb.desktop.file = FFDec
diff --git a/build.xml b/build.xml
index d89d7884f..d5fe66aba 100644
--- a/build.xml
+++ b/build.xml
@@ -527,7 +527,7 @@
${project.name} ${version}${version.suffix} localization pack
-------------------------------------------------------------------
- Please follow instructions on https://www.free-decompiler.com/flash/translations/
+ Please follow instructions on https://github.com/jindrapetrik/jpexs-decompiler
diff --git a/installer.iss b/installer.iss
index 9ded02f75..04563dfe0 100644
--- a/installer.iss
+++ b/installer.iss
@@ -4,7 +4,7 @@
#define MyAppName "JPEXS Free Flash Decompiler"
#include "installer.cfg"
#define MyAppPublisher "JPEXS"
-#define MyAppURL "http://www.free-decompiler.com/flash/"
+#define MyAppURL "https://github.com/jindrapetrik/jpexs-decompiler"
#define MyAppExeName "ffdec.exe"
[Setup]