diff --git a/VERSION b/VERSION
index d3bdbdf..6259340 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7
+1.8
diff --git a/addon/rc.d/hm_pdetect b/addon/rc.d/hm_pdetect
index 95ae048..0053068 100755
--- a/addon/rc.d/hm_pdetect
+++ b/addon/rc.d/hm_pdetect
@@ -61,8 +61,8 @@ case "$1" in
info)
echo "Info: FRITZ!-based Presence Detection Addon
"
- echo "Info: (c) 2015-2020 Jens Maus
"
- echo "Info: http://github.com/jens-maus/hm_pdetect"
+ echo "Info: (c) 2015-2021 Jens Maus
"
+ echo "Info: https://github.com/homematic-community/hm_pdetect"
echo "Version: $(cat ${WWWDIR}/VERSION)"
echo "Name: hm_pdetect"
echo "Operations: uninstall restart"
diff --git a/addon/www/update-check.cgi b/addon/www/update-check.cgi
index 7d7fea3..324e367 100755
--- a/addon/www/update-check.cgi
+++ b/addon/www/update-check.cgi
@@ -1,7 +1,7 @@
#!/bin/tclsh
-set checkURL "https://raw.githubusercontent.com/jens-maus/hm_pdetect/master/VERSION"
-set downloadURL "https://github.com/jens-maus/hm_pdetect/releases/latest"
+set checkURL "https://raw.githubusercontent.com/homematic-community/hm_pdetect/master/VERSION"
+set downloadURL "https://github.com/homematic-community/hm_pdetect/releases/latest"
catch {
set input $env(QUERY_STRING)