Merge pull request #13637 from nextcloud/backport/13634/stable14
[stable14] update URL for federation
This commit is contained in:
commit
64de706bda
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue