Skip to content

Commit 5156e7a

Browse files
authored
Merge pull request #1220 from HonkingGoose/chapter_9_https
Chapter 9 http -> https.
2 parents ee0fcd3 + 1ff02ab commit 5156e7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/09-git-and-other-scms/sections/client-bzr.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
==== Git and Bazaar
22

3-
Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar].
4-
Bazaar is free and open source, and is part of the http://www.gnu.org/[GNU Project].
3+
Among the DVCS, another famous one is http://bazaar.canonical.com[Bazaar].
4+
Bazaar is free and open source, and is part of the https://www.gnu.org[GNU Project].
55
It behaves very differently from Git.
66
Sometimes, to do the same thing as with Git, you have to use a different keyword, and some keywords that are common don't have the same meaning.
77
In particular, the branch management is very different and may cause confusion, especially when someone comes from Git's universe.

book/09-git-and-other-scms/sections/client-tfs.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We'll cover the basic usage of both of them in this book.
3131
====
3232
You'll need access to a TFVC-based repository to follow along with these instructions.
3333
These aren't as plentiful in the wild as Git or Subversion repositories, so you may need to create one of your own.
34-
Codeplex (https://www.codeplex.com[]) or Visual Studio Online (http://www.visualstudio.com[]) are both good choices for this.
34+
Codeplex (https://www.codeplex.com[]) or Visual Studio Online (https://visualstudio.microsoft.com[]) are both good choices for this.
3535
====
3636

3737

0 commit comments

Comments
 (0)