diff --git a/apps/federatedfilesharing/lib/Settings/Personal.php b/apps/federatedfilesharing/lib/Settings/Personal.php index 1379c25478e43..96c762c9e4a42 100644 --- a/apps/federatedfilesharing/lib/Settings/Personal.php +++ b/apps/federatedfilesharing/lib/Settings/Personal.php @@ -60,7 +60,7 @@ public function __construct( */ 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(),