This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new 66655bac [MINOR] fix mail archive links (#116)
66655bac is described below
commit 66655bac30e286b346c0cfa857094d55448905e1
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sun Feb 26 21:13:47 2023 +0530
[MINOR] fix mail archive links (#116)
mail list: https://lists.apache.org/list.html
---
_src/community.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_src/community.html b/_src/community.html
index 4a53799e..3384006c 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -111,7 +111,7 @@ limitations under the License.
<div class="col col-4">
<a href="mailto:{{ site.data.project.dev_list_subscribe }}?subject=send
this email to subscribe"
class="button button-primary">Subscribe</a>
- <a href="{{ site.data.project.dev_list_archive_mailarchive }}"
target="_blank"
+ <a href="{{ site.data.project.dev_list_archive }}" target="_blank"
class="button button-secondary">View Archives</a>
</div>
</div>
@@ -125,7 +125,7 @@ limitations under the License.
<div class="col col-4">
<a href="mailto:{{ site.data.project.issues_list_subscribe
}}?subject=send this email to subscribe"
class="button button-primary">Subscribe</a>
- <a href="{{ site.data.project.issues_list_archive_mailarchive }}"
target="_blank"
+ <a href="{{ site.data.project.issues_list_archive }}" target="_blank"
class="button button-secondary">View Archives</a>
</div>
</div>
@@ -139,7 +139,7 @@ limitations under the License.
<div class="col col-4">
<a href="mailto:{{ site.data.project.commits_list_subscribe
}}?subject=send this email to subscribe"
class="button button-primary">Subscribe</a>
- <a href="{{ site.data.project.commits_list_archive_mailarchive }}"
target="_blank"
+ <a href="{{ site.data.project.commits_list_archive }}" target="_blank"
class="button button-secondary">View Archives</a>
</div>
</div>