Skip to content

Commit bcd886d

Browse files
Eric Wonggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b9e3c2 commit bcd886d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Torvalds with help of a group of hackers around the net.
1212

1313
Please read the file [INSTALL][] for installation instructions.
1414

15-
Many Git online resources are accessible from http://git-scm.com/
15+
Many Git online resources are accessible from <https://git-scm.com/>
1616
including full documentation and Git related tools.
1717

1818
See [Documentation/gittutorial.txt][] to get started, then see
@@ -33,8 +33,8 @@ requests, comments and patches to [email protected] (read
3333
[Documentation/SubmittingPatches][] for instructions on patch submission).
3434
To subscribe to the list, send an email with just "subscribe git" in
3535
the body to [email protected]. 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.
3838

3939
The maintainer frequently sends the "What's cooking" reports that
4040
list the current status of various development topics to the mailing

0 commit comments

Comments
 (0)