This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 55bf3a5 Fix bare URL
new a2e62e0 Merge pull request #319 from jbampton/fix-bare-url
55bf3a5 is described below
commit 55bf3a5fabe46888a7aa3b3c84fcc22a2d9157ef
Author: John Bampton <[email protected]>
AuthorDate: Wed Jul 8 14:44:29 2020 +1000
Fix bare URL
https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md034---bare-url-used
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 37ac248..9a8e002 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ To facilitate choosing the right major Tomcat version one, we
have provided a
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.
+by starting tomcat and visiting <http://localhost:8080/docs/> in your browser.
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/)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]