diff --git a/php/fetch-servers.php b/php/fetch-servers.php
index c8c92f2..451be2c 100644
--- a/php/fetch-servers.php
+++ b/php/fetch-servers.php
@@ -100,7 +100,7 @@
log_debug($http_response_header[0]); // Supposed to be "HTTP/1.1 200 OK"
foreach ($json_sdir as $room) $pages_sdir[] = $room->url;
- log_info("Request FreeArkham.cc listing...");
+ log_info("Requesting FreeArkham.cc list...");
$pages_fark[] = file_get_contents($SOURCES['FARK']);
log_debug($http_response_header[0]); // Supposed to be "HTTP/1.1 200 OK"
diff --git a/sites/+components/tbl_communities.php b/sites/+components/tbl_communities.php
index ffe5305..11759a8 100644
--- a/sites/+components/tbl_communities.php
+++ b/sites/+components/tbl_communities.php
@@ -59,7 +59,7 @@
$desc = $room->description ? htmlspecialchars($room->description) : "";
$users = htmlspecialchars($room->active_users);
$preview_link = htmlspecialchars($room->get_preview_url());
- $join_link = htmlspecialchars($room->get_invite_url());
+ $join_link = htmlspecialchars($room->get_join_url());
// TODO: Do not forget to rename this escape when merging!
$token = htmlspecialchars($token);
$hostname = htmlspecialchars($hostname);
diff --git a/sites/index.php b/sites/index.php
index 474f77b..fbdb632 100644
--- a/sites/index.php
+++ b/sites/index.php
@@ -29,7 +29,7 @@