diff --git a/Changelog.md b/Changelog.md index 0c8e98d86..c7b9d4c1a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,6 +37,7 @@ Although the chat was never enabled per default and was marked as experimental, ## 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"))