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 cfb9f25..443ecb9 100644 --- a/book/09-git-and-other-scms/sections/client-bzr.asc +++ b/book/09-git-and-other-scms/sections/client-bzr.asc @@ -1,6 +1,6 @@ ==== Git and Bazaar -Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar]. +Among the DVCS, another famous one is Bazaar. Bazaar is free and open source, and is part of the http://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. diff --git a/book/A-git-in-other-environments/sections/visualstudio.asc b/book/A-git-in-other-environments/sections/visualstudio.asc index be9fa8a..4e630b0 100644 --- a/book/A-git-in-other-environments/sections/visualstudio.asc +++ b/book/A-git-in-other-environments/sections/visualstudio.asc @@ -22,4 +22,4 @@ image::images/vs-2.png[The Home view for a Git repository in Visual Studio.] Visual Studio now has a powerful task-focused UI for Git. It includes a linear history view, a diff viewer, remote commands, and many other capabilities. -For complete documentation of this feature (which doesn't fit here), go to http://msdn.microsoft.com/en-us/library/hh850437.aspx[]. +For complete documentation of this feature (which doesn't fit here), go to https://learn.microsoft.com/en-us/visualstudio/version-control/git-with-visual-studio?view=vs-2022[].