You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2021/03/16 21:51:52 UTC

svn commit: r1887740 - /clerezza/site/production/mailinglists/index.html

Author: hasan
Date: Tue Mar 16 21:51:52 2021
New Revision: 1887740

URL: http://svn.apache.org/viewvc?rev=1887740&view=rev
Log:
CLEREZZA-1067: Fix invalid email addresses in clerezza.apache.org/mailinglists

Modified:
    clerezza/site/production/mailinglists/index.html

Modified: clerezza/site/production/mailinglists/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/mailinglists/index.html?rev=1887740&r1=1887739&r2=1887740&view=diff
==============================================================================
--- clerezza/site/production/mailinglists/index.html (original)
+++ clerezza/site/production/mailinglists/index.html Tue Mar 16 21:51:52 2021
@@ -60,16 +60,16 @@
 					
 					<tbody>
 					<tr>
-						<td class="first-col"><strong>Clerezza Developers</strong> - For people using and developing Clerezza:<br/>clerezza-dev at incubator.apache.org</td>
-						<td class="center"><a href="mailto:clerezza-dev-subscribe@incubator.apache.org" class="" >Subscribe</a></td>
-						<td class="center"><a href="mailto:clerezza-dev-unsubscribe@incubator.apache.org" class="" >Unsubscribe</a></td>
-						<td class="center"><a href="http://mail-archives.apache.org/mod_mbox/incubator-clerezza-dev/" class="" >Mail Archive</a></td>
+						<td class="first-col"><strong>Clerezza Developers</strong> - For people using and developing Clerezza:<br/>dev at clerezza.apache.org</td>
+						<td class="center"><a href="mailto:dev-subscribe@clerezza.apache.org" class="" >Subscribe</a></td>
+						<td class="center"><a href="mailto:dev-unsubscribe@clerezza.apache.org" class="" >Unsubscribe</a></td>
+						<td class="center"><a href="http://mail-archives.apache.org/mod_mbox/clerezza-dev/" class="" >Mail Archive</a></td>
 					</tr>
 					<tr>
-						<td class="first-col"><strong>Clerezza Commits</strong> - For people interested in code changes:<br/>clerezza-commits at incubator.apache.org</td>
-						<td class="center"><a href="mailto:clerezza-commits-subscribe@incubator.apache.org" class="" >Subscribe</a></td>
-						<td class="center"><a href="mailto:commits-unsubscribe@felix.apache.org" class="" >Unsubscribe</a></td>
-						<td class="center"><a href="http://mail-archives.apache.org/mod_mbox/incubator-clerezza-commits/" class="" >Mail Archive</a></td>
+						<td class="first-col"><strong>Clerezza Commits</strong> - For people interested in code changes:<br/>commits at clerezza.apache.org</td>
+						<td class="center"><a href="mailto:commits-subscribe@clerezza.apache.org" class="" >Subscribe</a></td>
+						<td class="center"><a href="mailto:commits-unsubscribe@clerezza.apache.org" class="" >Unsubscribe</a></td>
+						<td class="center"><a href="http://mail-archives.apache.org/mod_mbox/clerezza-commits/" class="" >Mail Archive</a></td>
 					</tr>
 					</tbody>
 				</table>
@@ -116,7 +116,7 @@
 					</div>
 
 				</div>
-				<div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>&copy; 2011 The Apache Software Foundation.</div>
+				<div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>&copy; 2021 The Apache Software Foundation.</div>
 			</div>
 		</div>
 	</body>