This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new c598425 Add mail list unsubscribe link (#250)
c598425 is described below
commit c598425ce4f515814ff943fe0bf442c950fecf64
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Feb 11 08:33:41 2020 +0100
Add mail list unsubscribe link (#250)
---
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 8628577..c77199f 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>
+ 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>
</li>
<li>
- Dev list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
+ 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>
</li>
</ul>
</li>