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:
authorMorris Jobke <hey@morrisjobke.de>2019-01-17 11:34:53 +0300
committerGitHub <noreply@github.com>2019-01-17 11:34:53 +0300
commit7d70ce10b7e511ee5c743dd120da78c33e592715 (patch)
treed4b902647a45421f713d534e08d0fd5b87210c0c /apps
parentc61018220417e24d2f07b12939471906f4137c5c (diff)
parent6ce51ca98a9e2f02190810109f7ff9982a68b317 (diff)
Merge pull request #13638 from nextcloud/backport/13634/stable13
[stable13] 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(),