You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2018/06/23 12:26:52 UTC

svn commit: r1834198 - in /tomcat/trunk: CONTRIBUTING.md README.md

Author: rjung
Date: Sat Jun 23 12:26:52 2018
New Revision: 1834198

URL: http://svn.apache.org/viewvc?rev=1834198&view=rev
Log:
More version neutrality for README.md and drop
some full stops from list items in md files.

Modified:
    tomcat/trunk/CONTRIBUTING.md
    tomcat/trunk/README.md

Modified: tomcat/trunk/CONTRIBUTING.md
URL: http://svn.apache.org/viewvc/tomcat/trunk/CONTRIBUTING.md?rev=1834198&r1=1834197&r2=1834198&view=diff
==============================================================================
--- tomcat/trunk/CONTRIBUTING.md (original)
+++ tomcat/trunk/CONTRIBUTING.md Sat Jun 23 12:26:52 2018
@@ -78,9 +78,9 @@ the difference in using the sources dist
 manually generate the patch file by using diff. If this is what you want, you
 can download the sources from the "Source Code Distributions" section of the
 Download Page. There is one such page for every major Tomcat version:
-- [Tomcat 9](https://tomcat.apache.org/download-90.cgi).
-- [Tomcat 8](https://tomcat.apache.org/download-80.cgi).
-- [Tomcat 7](https://tomcat.apache.org/download-70.cgi).
+- [Tomcat 9](https://tomcat.apache.org/download-90.cgi)
+- [Tomcat 8](https://tomcat.apache.org/download-80.cgi)
+- [Tomcat 7](https://tomcat.apache.org/download-70.cgi)
 
 ###### SVN
 

Modified: tomcat/trunk/README.md
URL: http://svn.apache.org/viewvc/tomcat/trunk/README.md?rev=1834198&r1=1834197&r2=1834198&view=diff
==============================================================================
--- tomcat/trunk/README.md (original)
+++ tomcat/trunk/README.md Sat Jun 23 12:26:52 2018
@@ -29,9 +29,9 @@ project logo are trademarks of the Apach
 For every major Tomcat version there is one download page containing
 links to the latest binary and source code downloads, but also
 links for browsing the download directories and archives:
-- [Tomcat 9](https://tomcat.apache.org/download-90.cgi).
-- [Tomcat 8](https://tomcat.apache.org/download-80.cgi).
-- [Tomcat 7](https://tomcat.apache.org/download-70.cgi).
+- [Tomcat 9](https://tomcat.apache.org/download-90.cgi)
+- [Tomcat 8](https://tomcat.apache.org/download-80.cgi)
+- [Tomcat 7](https://tomcat.apache.org/download-70.cgi)
 
 To facilitate choosing the right major Tomcat version one, we have provided a
 [version overview page](https://tomcat.apache.org/whichversion.html).
@@ -41,8 +41,10 @@ To facilitate choosing the right major T
 The documentation available as of the date of this release is
 included in the docs webapp which ships with tomcat. You can access that webapp
 by starting tomcat and visiting http://localhost:8080/docs/ in your browser.
-The most up-to-date documentation can be found at
-https://tomcat.apache.org/tomcat-9.0-doc/.
+The most up-to-date documentation for each version can be found at:
+- [Tomcat 9](https://tomcat.apache.org/tomcat-9.0-doc/)
+- [Tomcat 8](https://tomcat.apache.org/tomcat-8.5-doc/)
+- [Tomcat 7](https://tomcat.apache.org/tomcat-7.0-doc/)
 
 ### Installation
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org