]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
change links from /contacts to /contact
[friendica.git] / src / Model / Contact.php
index 23c31d0b17c40fb20962208a05dc6327c335058f..1dd84e003781a79bfb030abda99ae4085f63e434 100644 (file)
@@ -923,12 +923,12 @@ class Contact extends BaseObject
                        $poke_link = System::baseUrl() . '/poke/?f=&c=' . $contact['id'];
                }
 
-               $contact_url = System::baseUrl() . '/contacts/' . $contact['id'];
+               $contact_url = System::baseUrl() . '/contact/' . $contact['id'];
 
-               $posts_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/conversations';
+               $posts_link = System::baseUrl() . '/contact/' . $contact['id'] . '/conversations';
 
                if (!$contact['self']) {
-                       $contact_drop_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/drop?confirm=1';
+                       $contact_drop_link = System::baseUrl() . '/contact/' . $contact['id'] . '/drop?confirm=1';
                }
 
                /**