This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/master by this push:
new 900bbf2 TRAINING-20: Broken links on Mailing Lists page (#39)
900bbf2 is described below
commit 900bbf2ed9a86de9bd2d0581c98cb147c0f563cf
Author: William Shen <[email protected]>
AuthorDate: Mon Aug 12 12:30:22 2019 -0700
TRAINING-20: Broken links on Mailing Lists page (#39)
---
site/pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/site/pom.xml b/site/pom.xml
index 8e8437c..51ca6ee 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -65,16 +65,16 @@
<mailingLists>
<mailingList>
<name>Apache Training Developer List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
+ <subscribe>mailto:[email protected]</subscribe>
+ <unsubscribe>mailto:[email protected]</unsubscribe>
+ <post>mailto:[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/training-dev/</archive>
</mailingList>
<mailingList>
<name>Apache Training Commits List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
+ <subscribe>mailto:[email protected]</subscribe>
+ <unsubscribe>mailto:[email protected]</unsubscribe>
+ <post>mailto:[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/training-commits/</archive>
</mailingList>
</mailingLists>