diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 25ec350ed1b0b02e105287b6e855f80b4fc50655..1a2389d0bc26e0af3e0f8fc5e4eff29cf42eaaff 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -41,7 +41,7 @@ class OC_Theme {
 	 * @return string URL
 	 */
 	public function getiOSClientUrl() {
-		return 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
+		return 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
 	}
 
 	/**
@@ -49,7 +49,7 @@ class OC_Theme {
 	 * @return string AppId
 	 */
 	public function getiTunesAppId() {
-		return '543672169';
+		return '1125420102';
 	}
 
 	/**
@@ -65,7 +65,7 @@ class OC_Theme {
 	 * @return string URL
 	 */
 	public function getDocBaseUrl() {
-		return 'https://docs.nextcloud.org';
+		return 'https://docs.nextcloud.com';
 	}
 
 	/**