diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-07-07 11:37:39 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2021-07-07 11:39:24 +0200 |
commit | 69ffd7973e1f636cd1e1fb6db0e804a6773e8876 (patch) | |
tree | 3a6c855da542dcf5a44861b16d4e215b0c29eff0 /apps/federatedfilesharing | |
parent | d4618e9ef8e14d25e3bd85c2c5d1834b1d3285f4 (diff) | |
download | nextcloud-server-69ffd7973e1f636cd1e1fb6db0e804a6773e8876.tar.gz nextcloud-server-69ffd7973e1f636cd1e1fb6db0e804a6773e8876.zip |
Use proper "Share to Diaspora" URL
The previous URL leads to an outdated GitHub page that links to websites
which are already available to sale.
This uses the somewhat more official https://share.diasporafoundation.org/
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 38ca4e69e8c..1804921aa1b 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -31,7 +31,7 @@ style('federatedfilesharing', 'settings-personal'); Twitter </button> <button class="social-diaspora pop-up" - data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'> + data-url='https://share.diasporafoundation.org/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'> Diaspora </button> <button id="oca-files-sharing-add-to-your-website"> |