README: create HTTP/HTTPS links from URLs in Markdown

Markdown supports automatic links by surrounding URLs with angle brackets, as documented in <https://daringfireball.net/projects/markdown/syntax#autolink> While we're at it, update URLs to avoid redirecting clients for git-scm.com (by using HTTPS) and public-inbox.org (by adding a trailing slash). Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Eric Wong committed Mar 1, 2017 at 22:22 UTC bcd886d897d22f88fac63fd190b65884f4c58f8f
1 file changed +3 -3
README.md
+3 -3
@@ -12,7 +12,7 @@ Torvalds with help of a group of hackers around the net.
12
13 Please read the file [INSTALL][] for installation instructions.
14
15 -Many Git online resources are accessible from http://git-scm.com/
15 +Many Git online resources are accessible from <https://git-scm.com/>
16 including full documentation and Git related tools.
17
18 See [Documentation/gittutorial.txt][] to get started, then see
@@ -33,8 +33,8 @@ requests, comments and patches to git@vger.kernel.org (read
33 [Documentation/SubmittingPatches][] for instructions on patch submission).
34 To subscribe to the list, send an email with just "subscribe git" in
35 the body to majordomo@vger.kernel.org. The mailing list archives are
36 -available at https://public-inbox.org/git,
37 -http://marc.info/?l=git and other archival sites.
36 +available at <https://public-inbox.org/git/>,
37 +<http://marc.info/?l=git> and other archival sites.
38
39 The maintainer frequently sends the "What's cooking" reports that
40 list the current status of various development topics to the mailing