Skip to content

Commit a2c22a2

Browse files
committed
Change http link to https.
1 parent be8e9d1 commit a2c22a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

33
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].
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)