From a2c22a235275d500cd431e5631937a49a9d14e14 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 20 Mar 2019 00:00:10 +0100 Subject: [PATCH 1/2] Change http link to https. --- book/09-git-and-other-scms/sections/client-bzr.asc | 2 +- book/09-git-and-other-scms/sections/client-tfs.asc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/09-git-and-other-scms/sections/client-bzr.asc b/book/09-git-and-other-scms/sections/client-bzr.asc index 12d6f4461..defa597dd 100644 --- a/book/09-git-and-other-scms/sections/client-bzr.asc +++ b/book/09-git-and-other-scms/sections/client-bzr.asc @@ -1,7 +1,7 @@ ==== Git and Bazaar Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar]. -Bazaar is free and open source, and is part of the http://www.gnu.org/[GNU Project]. +Bazaar is free and open source, and is part of the https://www.gnu.org/[GNU Project]. It behaves very differently from Git. 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. In particular, the branch management is very different and may cause confusion, especially when someone comes from Git's universe. diff --git a/book/09-git-and-other-scms/sections/client-tfs.asc b/book/09-git-and-other-scms/sections/client-tfs.asc index 21fcf997d..1685a1b1f 100644 --- a/book/09-git-and-other-scms/sections/client-tfs.asc +++ b/book/09-git-and-other-scms/sections/client-tfs.asc @@ -31,7 +31,7 @@ We'll cover the basic usage of both of them in this book. ==== You'll need access to a TFVC-based repository to follow along with these instructions. These aren't as plentiful in the wild as Git or Subversion repositories, so you may need to create one of your own. -Codeplex (https://www.codeplex.com[]) or Visual Studio Online (http://www.visualstudio.com[]) are both good choices for this. +Codeplex (https://www.codeplex.com[]) or Visual Studio Online (https://visualstudio.microsoft.com[]) are both good choices for this. ==== From 1ff02ab89018d6e2ed9a1a725e6d89329df92857 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 20 Mar 2019 00:09:32 +0100 Subject: [PATCH 2/2] Remove trailing / from link. --- book/09-git-and-other-scms/sections/client-bzr.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/09-git-and-other-scms/sections/client-bzr.asc b/book/09-git-and-other-scms/sections/client-bzr.asc index defa597dd..3487f9ba6 100644 --- a/book/09-git-and-other-scms/sections/client-bzr.asc +++ b/book/09-git-and-other-scms/sections/client-bzr.asc @@ -1,7 +1,7 @@ ==== Git and Bazaar -Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar]. -Bazaar is free and open source, and is part of the https://www.gnu.org/[GNU Project]. +Among the DVCS, another famous one is http://bazaar.canonical.com[Bazaar]. +Bazaar is free and open source, and is part of the https://www.gnu.org[GNU Project]. It behaves very differently from Git. 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. In particular, the branch management is very different and may cause confusion, especially when someone comes from Git's universe.