diff --git a/README.md b/README.md
index e6a8479c2..3f6102a2b 100644
--- a/README.md
+++ b/README.md
@@ -16,4 +16,4 @@ The RedMatrix is ideal for communities of any size, from private individuals and
The Red Matrix is free and open source distributed under the MIT license.
-For a list of public hubs see [redmatrix.me/pubsites](https://redmatrix.me/pubsites). For installation instructions see [install/INSTALL.txt](install/INSTALL.txt)
+For a list of public hubs see [zothub.com/pubsites](https://zothub.com/pubsites). For installation instructions see [install/INSTALL.txt](install/INSTALL.txt)
diff --git a/doc/bbcode.html b/doc/bbcode.html
index 4fe47842f..3e9bda1d9 100644
--- a/doc/bbcode.html
+++ b/doc/bbcode.html
@@ -7,11 +7,11 @@
[u]underlined[/u] - underlined
[s]strike[/s] - strike
[color=red]red[/color] - red
-[url=https://redmatrix.me]$Projectname[/url] $Projectname
-[img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] 
-[img float=left]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] 
+[url=https://zothub.com]$Projectname[/url] $Projectname
+[img]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] 
+[img float=left]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] 
-[img float=right]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] 
+[img float=right]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] 
[code]code[/code] code
[quote]quote[/quote] quote
@@ -50,8 +50,8 @@
$Projectname specific codes
- [©] © This works for many HTML entities
-- [zrl]https://redmatrix.me[/zrl] Magic-auth version of [url] tag
-- [zmg]https://redmatrix.me/some/photo.jpg[/zmg] Magic-auth version of [img] tag
+- [zrl]https://zothub.com[/zrl] Magic-auth version of [url] tag
+- [zmg]https://zothub.com/some/photo.jpg[/zmg] Magic-auth version of [img] tag
- [observer=1]Text to display if observer is authenticated in the matrix[/observer]
- [observer=0]Text to display if observer is not authenticated in the matrix[/observer]
diff --git a/include/text.php b/include/text.php
index e0c8d018e..7f6436202 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2285,7 +2285,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
}
if($tag == '#getzot') {
$basetag = 'getzot';
- $url = 'https://redmatrix.me';
+ $url = 'http://hubzilla.org';
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
$body = str_replace($tag,$newtag,$body);
$replaced = true;
diff --git a/mod/siteinfo.php b/mod/siteinfo.php
index c5a1cf12b..f2171caa4 100644
--- a/mod/siteinfo.php
+++ b/mod/siteinfo.php
@@ -161,7 +161,7 @@ function siteinfo_content(&$a) {
'$lastpoll' => get_poller_runtime(),
'$commit' => $commit,
'$web_location' => t('Running at web location') . ' ' . z_root(),
- '$visit' => t('Please visit redmatrix.me to learn more about $Projectname.'),
+ '$visit' => t('Please visit hubzilla.org to learn more about $Projectname.'),
'$bug_text' => t('Bug reports and issues: please visit'),
'$bug_link_url' => 'https://github.com/redmatrix/redmatrix/issues',
'$bug_link_text' => t('$projectname issues'),
diff --git a/version.inc b/version.inc
index 30304c72c..47450dab6 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-11-06.1208
+2015-11-09.1211