update URL for federation

This commit is contained in:
Jos Poortvliet 2018-12-27 13:12:23 +01:00 committed by GitHub
parent bb3a7ad275
commit b3cdc317e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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