This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new c9602c63ec Added links to archives of dev & users mailing lists (#632)
c9602c63ec is described below
commit c9602c63ec156784547ca59d7b7a82f86ae4a953
Author: Alex Ott <[email protected]>
AuthorDate: Sun Jul 10 19:30:05 2022 +0200
Added links to archives of dev & users mailing lists (#632)
---
landing-pages/site/content/en/community/_index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/landing-pages/site/content/en/community/_index.html
b/landing-pages/site/content/en/community/_index.html
index 972c9baa90..bb219fb53b 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -16,10 +16,10 @@ menu:
</p>
<ul class="ticks-blue mx-auto">
<li>
- Users list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
<small>and <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small>
+ Users list (<a
href="https://lists.apache.org/[email protected]">archive</a>):
<a class="list-link"
href="mailto:[email protected]">[email protected]</a>
<small>and <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small>
</li>
<li>
- Dev list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
<small>and <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small>
+ Dev list (<a
href="https://lists.apache.org/[email protected]">archive</a>):
<a class="list-link"
href="mailto:[email protected]">[email protected]</a>
<small>and <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small>
</li>
</ul>
</li>