]> git.ipfire.org Git - thirdparty/git.git/commit - README.md
README: create HTTP/HTTPS links from URLs in Markdown
authorEric Wong <e@80x24.org>
Wed, 1 Mar 2017 22:22:04 +0000 (22:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 22:45:45 +0000 (14:45 -0800)
commitbcd886d897d22f88fac63fd190b65884f4c58f8f
treef6a4a643ca248b9a506aa342e3aa4cbe1523c857
parent3b9e3c2cede15057af3ff8076c45ad5f33829436
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>
README.md