Skip to content

Commit d0bfc0d

Browse files
authored
Merge pull request #1211 from HonkingGoose/chapter_1_https
Chapter 1 http -> https
2 parents 642104f + 99932d0 commit d0bfc0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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, which can be found at https://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:

book/01-introduction/sections/installing.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're on a Debian-based distribution, such as Ubuntu, try `apt`:
2929
$ sudo apt install git-all
3030
----
3131

32-
For more options, there are instructions for installing on several different Unix distributions on the Git website, at http://git-scm.com/download/linux[].
32+
For more options, there are instructions for installing on several different Unix distributions on the Git website, at https://git-scm.com/download/linux[].
3333

3434
==== Installing on macOS
3535

@@ -53,14 +53,14 @@ image::images/git-osx-installer.png[Git macOS installer.]
5353

5454
You can also install it as part of the GitHub for Mac install.
5555
Their GUI Git tool has an option to install command line tools as well.
56-
You can download that tool from the GitHub for Mac website, at http://mac.github.com[].
56+
You can download that tool from the GitHub for Mac website, at https://desktop.github.com[].
5757

5858
==== Installing on Windows
5959

6060
There are also a few ways to install Git on Windows.(((Windows, installing)))
6161
The most official build is available for download on the Git website.
62-
Just go to http://git-scm.com/download/win[] and the download will start automatically.
63-
Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://git-for-windows.github.io/[].
62+
Just go to https://git-scm.com/download/win[] and the download will start automatically.
63+
Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://gitforwindows.org[].
6464

6565
To get an automated installation you can use the https://chocolatey.org/packages/git[Git Chocolatey package].
6666
Note that the Chocolatey package is community maintained.
@@ -69,7 +69,7 @@ Another easy way to get Git installed is by installing GitHub Desktop.
6969
The installer includes a command line version of Git as well as the GUI.
7070
It also works well with PowerShell, and sets up solid credential caching and sane CRLF settings.(((PowerShell)))(((CRLF)))(((credential caching)))
7171
We'll learn more about those things a little later, but suffice it to say they're things you want.
72-
You can download this from the https://desktop.github.com/[GitHub Desktop website].
72+
You can download this from the https://desktop.github.com[GitHub Desktop website].
7373

7474
==== Installing from Source
7575

0 commit comments

Comments
 (0)