Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2018-12-27 15:12:23 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-01-17 00:44:15 +0300
commit6ce51ca98a9e2f02190810109f7ff9982a68b317 (patch)
treeba5933947dc69bebff10b5443aae3555a89af803 /apps
parent593e596da62392da08b47d2721ced0cd3cae81c0 (diff)
update URL for federation
Diffstat (limited to 'apps')
-rw-r--r--apps/federatedfilesharing/lib/Settings/Personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Settings/Personal.php b/apps/federatedfilesharing/lib/Settings/Personal.php
index e7522d0c963..efa2960dc17 100644
--- a/apps/federatedfilesharing/lib/Settings/Personal.php
+++ b/apps/federatedfilesharing/lib/Settings/Personal.php
@@ -65,7 +65,7 @@ class Personal implements ISettings {
*/
public function getForm() {
$cloudID = $this->userSession->getUser()->getCloudId();
- $url = 'https://nextcloud.com/federation#' . $cloudID;
+ $url = 'https://nextcloud.com/sharing#' . $cloudID;
$parameters = [
'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(),