This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9b6fc52 FINERACT-2664: urlencode Matrix URL paths
9b6fc52 is described below
commit 9b6fc5222ed93becf6aee3e790f65af64004ac22
Author: Adam Monsen <[email protected]>
AuthorDate: Tue Jul 7 14:58:45 2026 -0700
FINERACT-2664: urlencode Matrix URL paths
---
site-src/data/home.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site-src/data/home.yml b/site-src/data/home.yml
index c7b7915..b400126 100644
--- a/site-src/data/home.yml
+++ b/site-src/data/home.yml
@@ -193,16 +193,16 @@ homepage:
description: "Connect with the Apache Fineract community in real-time."
space_label: "Matrix Space"
space_description: "The primary community hub for announcements, general
discussions, and collaboration across the Fineract ecosystem."
- space_href: "https://matrix.to/#/#apache-fineract-home:matrix.org"
+ space_href: "https://matrix.to/#/%23apache-fineract-home:matrix.org"
rooms_label: "Specialized Chat Rooms"
rooms:
- title: "Developer Chat"
description: "Core project development, technical design, and system
architecture discussions."
- href: "https://matrix.to/#/#apache-fineract-dev:matrix.org"
+ href: "https://matrix.to/#/%23apache-fineract-dev:matrix.org"
icon: "code"
- title: "GSoC Chat"
description: "Google Summer of Code mentoring, student onboarding,
and project discussions."
- href: "https://matrix.to/#/#apache-fineract-gsoc:matrix.org"
+ href: "https://matrix.to/#/%23apache-fineract-gsoc:matrix.org"
icon: "school"
getting_started:
panel_class: "yellow lighten-4"