Skip to content

Commit f50f0c0

Browse files
authored
Merge pull request progit#1171 from inwenis/fix_irc_url
point to the freenode main page
2 parents 7bbee8d + 2cb933e commit f50f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/help.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ git help config
1717
----
1818

1919
These commands are nice because you can access them anywhere, even offline.
20-
If the manpages and this book aren't enough and you need in-person help, you can try the `#git` or `#github` channel on the Freenode IRC server (irc.freenode.net).
20+
If the manpages and this book aren't enough and you need in-person help, you can try the `#git` or `#github` channel on the Freenode IRC server, which can be found at https://freenode.net/[].
2121
These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.(((IRC)))
2222

2323
In addition, if you don't need the full-blown manpage help, but just need a quick refresher on the available options for a Git command, you can ask for the more concise ``help'' output with the `-h` or `--help` options, as in:

0 commit comments

Comments
 (0)