This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a751c92 TRAINING-20: Broken links on Mailing Lists page (#38)
a751c92 is described below
commit a751c92691297f67fc87d6563eb6b0bfaea84598
Author: William Shen <[email protected]>
AuthorDate: Thu Aug 8 08:23:31 2019 -0700
TRAINING-20: Broken links on Mailing Lists page (#38)
---
mailing-lists.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/mailing-lists.html b/mailing-lists.html
index 3af46a8..375b9ea 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -145,16 +145,16 @@
<tbody>
<tr class="b">
<td>Apache Training Developer List</td>
- <td><a href="[email protected]">Subscribe</a></td>
- <td><a href="[email protected]">Unsubscribe</a></td>
- <td><a href="[email protected]">Post</a></td>
+ <td><a href="mailto:[email protected]">Subscribe</a></td>
+ <td><a
href="mailto:[email protected]">Unsubscribe</a></td>
+ <td><a href="mailto:[email protected]">Post</a></td>
<td><a class="externalLink"
href="http://mail-archives.apache.org/mod_mbox/training-dev/">mail-archives.apache.org</a></td>
</tr>
<tr class="a">
<td>Apache Training Commits List</td>
- <td><a href="[email protected]">Subscribe</a></td>
- <td><a href="[email protected]">Unsubscribe</a></td>
- <td><a href="[email protected]">Post</a></td>
+ <td><a
href="mailto:[email protected]">Subscribe</a></td>
+ <td><a
href="mailto:[email protected]">Unsubscribe</a></td>
+ <td><a href="mailto:[email protected]">Post</a></td>
<td><a class="externalLink"
href="http://mail-archives.apache.org/mod_mbox/training-commits/">mail-archives.apache.org</a></td>
</tr>
</tbody>
@@ -229,4 +229,4 @@
</script>
</body>
-</html>
\ No newline at end of file
+</html>