summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2018-12-27 13:12:23 +0100
committerGitHub <noreply@github.com>2018-12-27 13:12:23 +0100
commitb3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6 (patch)
tree623ea6bc41325a60a5ace59fa726ba09af0ac533 /apps/federatedfilesharing
parentbb3a7ad27517259a6d581fb4398d0040ad5646ce (diff)
downloadnextcloud-server-b3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6.tar.gz
nextcloud-server-b3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6.zip
update URL for federation
Diffstat (limited to 'apps/federatedfilesharing')
-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 1379c25478e..96c762c9e4a 100644
--- a/apps/federatedfilesharing/lib/Settings/Personal.php
+++ b/apps/federatedfilesharing/lib/Settings/Personal.php
@@ -60,7 +60,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(),