Author: kkolinko
Date: Fri Jan 24 00:33:12 2014
New Revision: 1560857
URL: http://svn.apache.org/r1560857
Log:
Merged r1560856 from tomcat/trunk:
Replace mailing lists links so that they point to the Mailing List page on the
site,
so that people have a chance to read instructions there
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1560856
Modified: tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp?rev=1560857&r1=1560856&r2=1560857&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp Fri Jan 24 00:33:12 2014
@@ -140,16 +140,16 @@ request.setAttribute("tomcat7ExamplesUrl
<h4><a href="${tomcat7Url}faq/">FAQ</a> and <a
href="${tomcat7Url}lists.html">Mailing Lists</a></h4>
<p>The following mailing lists are available:</p>
<ul>
- <li id="list-announce"><strong><a
href="mailto:[email protected]">[email protected]</a><br
/>
+ <li id="list-announce"><strong><a
href="${tomcat7Url}lists.html#tomcat-announce">tomcat-announce</a><br />
Important announcements, releases, security
vulnerability notifications. (Low volume).</strong>
</li>
- <li><a
href="mailto:[email protected]">[email protected]</a><br
/>
+ <li><a
href="${tomcat7Url}lists.html#tomcat-users">tomcat-users</a><br />
User support and discussion
</li>
- <li><a
href="mailto:[email protected]">[email protected]</a><br
/>
+ <li><a
href="${tomcat7Url}lists.html#taglibs-user">taglibs-user</a><br />
User support and discussion for <a
href="${tomcat7Url}taglibs/">Apache Taglibs</a>
</li>
- <li><a
href="mailto:[email protected]">[email protected]</a><br />
+ <li><a
href="${tomcat7Url}lists.html#tomcat-dev">tomcat-dev</a><br />
Development mailing list, including commit
messages
</li>
</ul>
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1560857&r1=1560856&r2=1560857&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jan 24 00:33:12 2014
@@ -203,6 +203,10 @@
address available on the status page of the Manager web application.
(markt)
</fix>
+ <fix>
+ Correct links to the Tomcat mailing lists in the ROOT web application.
+ (kkolinko)
+ </fix>
</changelog>
</subsection>
<subsection name="Extras">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]