update URL for federation

This commit is contained in:
Jos Poortvliet 2018-12-27 13:12:23 +01:00 committed by Backportbot
parent 593e596da6
commit 6ce51ca98a
1 changed files with 1 additions and 1 deletions

View File

@ -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(),