update URL for federation

This commit is contained in:
Jos Poortvliet 2018-12-27 13:12:23 +01:00 committed by Backportbot
parent 06302d89df
commit 4a17daa71b

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