summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2019-01-16 22:42:22 +0100
committerGitHub <noreply@github.com>2019-01-16 22:42:22 +0100
commit4e76b56497ac31e712ea626b9b0fd95aa4e79ca4 (patch)
treef7fb1fa1d43efc5a9deb9f8bdb37a01e03edc922
parent6e18a20c33b0edefdddcc60dbb9e7f94c868ac41 (diff)
parentb3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6 (diff)
downloadnextcloud-server-4e76b56497ac31e712ea626b9b0fd95aa4e79ca4.tar.gz
nextcloud-server-4e76b56497ac31e712ea626b9b0fd95aa4e79ca4.zip
Merge pull request #13634 from jospoortvliet/update-link
update URL for federation
-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(),