From 2b383ef53d0d035c61eec5921ebcbea14c526604 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 22 Jul 2024 20:12:07 +0200 Subject: [PATCH] Update footer --- onerc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onerc.el b/onerc.el index 0c3554a..3a5e4bd 100644 --- a/onerc.el +++ b/onerc.el @@ -112,7 +112,7 @@ (:div.container (:ul.footer_nav (:li (:i (@ :aria-label "bug") "🪲") " Bugs: " (:a.link (@ :href "https://github.com/Django-LiveView/docs/blob/main/one.org" :target "_blank") "Documentation")) - (:li (:i (@ :aria-label "chat") "💬") " Get help: "(:a.link (@ :href "xmpp://django-liveview@conference.im.andros.dev?join" :target "_blank") "Jabber/XMPP group ")) + (:li (:i (@ :aria-label "chat") "💬") " Get help: "(:a.link (@ :href "xmpp:django-liveview@groups.im.andros.dev?join" :target "_blank") "Jabber/XMPP group ")) (:li (:i (@ :aria-label "chat") "🐘") " Follow me: " (:a.link (@ :href "https://hostux.social/@andros" :target "_blank") "ActivityPub/Fediverse ")) (:li (:span (@ :aria-hidden "true") "💰 ") " Support the project: " (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") "Liberapay"))) (:p "Created with " (:i (@ :aria-label "love") "❤️") " by " (:a.link (@ :href "https://andros.dev/" :target "_blank") "Andros Fenollosa") " with " (:a.link (@ :href "https://one.tonyaldon.com/" :target "_blank") "one.el"))