Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Morley <davidmorley@diasp.org>2020-11-01 03:15:21 +0300
committerJonne Haß <me@jhass.eu>2020-11-02 17:33:38 +0300
commit9793f897617edd9207495fcddd5edebf2467c2b8 (patch)
tree3cb40a39be743572e7c4475bb39bbb777d01eb73
parente24eb65ca4b36244483d26d51bbf5054ceb5f051 (diff)
Update poduptime link to diaspora only list
closes #8174
-rw-r--r--Changelog.md1
-rw-r--r--app/views/registrations/_registrations_closed.haml2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index be9b94722..8959be875 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@
## Bug fixes
* Update comment counter when weleting a comment in the Single Post View [#7938](https://github.com/diaspora/diaspora/pull/7938)
+* Link diaspora only poduptime list [#8174](https://github.com/diaspora/diaspora/pull/8174)
## Features
* Support and recommend TOML as configuration format [#8132](https://github.com/diaspora/diaspora/pull/8132)
diff --git a/app/views/registrations/_registrations_closed.haml b/app/views/registrations/_registrations_closed.haml
index c1b9b3a8f..1afc6f98e 100644
--- a/app/views/registrations/_registrations_closed.haml
+++ b/app/views/registrations/_registrations_closed.haml
@@ -5,7 +5,7 @@
wiki: link_to(t("registrations.closed.another_pod"), "https://diasporafoundation.org/getting_started/sign_up"))
!= t("registrations.closed.find_pods",
- poduptime: link_to("Poduptime", "https://podupti.me/"))
+ poduptime: link_to("Poduptime", "https://diaspora.podupti.me/"))
!= t("registrations.closed.other_questions",
wiki: link_to("Wiki", "https://wiki.diasporafoundation.org/Choosing_a_pod"))