commit 6ffe837f8a5c15a4c8b0dd8b4c260e5d7a7078e1
parent 90874621c4122bf75d717ec532f6dc4ca4797fcc
Author: Casey W. Stark <casey@thestarkeffect.com>
Date: Thu, 3 Feb 2011 18:04:42 -0800
Forgot markdown doesn't autodetect links on `http://`
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -21,7 +21,7 @@ Some of the main features of MathJax include:
functionality
- Powerful API for integration with other web applications
-See http://www.mathjax.org/ for additional details.
+See <http://www.mathjax.org/> for additional details.
## Installation and Usage
@@ -30,19 +30,19 @@ The MathJax installation and usage documentation is available in the
`docs/build/html/index.html` for the starting point). The documents are also
available on the MathJax web site on line at
-> http://www.mathjax.org/docs/
+> <http://www.mathjax.org/docs/>
## Community
-The main MathJax website is http://www.mathjax.org, and it includes
+The main MathJax website is <http://www.mathjax.org>, and it includes
announcements and other important information. MathJax is maintained and
-distributed on GitHub at http://github.com/mathjax/MathJax. A user forum for
+distributed on GitHub at <http://github.com/mathjax/MathJax>. A user forum for
asking questions and getting assistance is hosted at Google, and the bug tracker
is hosted at GitHub:
-> Bug tracker: https://github.com/mathjax/MathJax/issues
-> MathJax-Users Group: http://groups.google.com/group/mathjax-users
+> Bug tracker: <https://github.com/mathjax/MathJax/issues>
+> MathJax-Users Group: <http://groups.google.com/group/mathjax-users>
Before reporting a bug, please check that it has not already been reported.
Also, please use the bug tracker for reporting bugs rather than the help forum.