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 625114f fix mailing lists
625114f is described below
commit 625114f697f002e78339ea06ca293fb9d298afd2
Author: Adam Monsen <[email protected]>
AuthorDate: Wed Oct 15 11:15:47 2025 -0700
fix mailing lists
* use correct URL for commits archives
* add issues list
---
index.html | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index b676cad..90e292f 100644
--- a/index.html
+++ b/index.html
@@ -790,7 +790,24 @@
<a href="mailto:[email protected]"
class="btn-small waves-effect waves-light">
<i class="material-icons left">person_add</i>Subscribe
</a>
- <a
href="https://markmail.org/search/?q=list%3Aorg.apache.fineract.commits+order%3Adate-backward"
target="_blank" class="btn-small waves-effect waves-light">
+ <a
href="https://lists.apache.org/[email protected]"
target="_blank" class="btn-small waves-effect waves-light">
+ <i class="material-icons left">history</i>Archives
+ </a>
+ </div>
+ </div>
+
+ <div class="collection-item">
+ <h5 class="title">Issues List</h5>
+ <p class="grey-text">Receive notifications of all issue
tracker activity</p>
+ <div class="chip">
+ <i class="material-icons left">email</i>
+ [email protected]
+ </div>
+ <div class="mailing-actions">
+ <a href="mailto:[email protected]"
class="btn-small waves-effect waves-light">
+ <i class="material-icons left">person_add</i>Subscribe
+ </a>
+ <a
href="https://lists.apache.org/[email protected]"
target="_blank" class="btn-small waves-effect waves-light">
<i class="material-icons left">history</i>Archives
</a>
</div>