Skip to content

Commit df245aa

Browse files
Merge pull request #124 from progit/remove-dead-links
remove broken links
2 parents ea85a26 + ffa959b commit df245aa

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,6 +1,6 @@
11
==== Git and Bazaar
22

3-
Among the DVCS, another famous one is http://bazaar.canonical.com/[Bazaar].
3+
Among the DVCS, another famous one is Bazaar.
44
Bazaar is free and open source, and is part of the http://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.

book/A-git-in-other-environments/sections/visualstudio.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ image::images/vs-2.png[The Home view for a Git repository in Visual Studio.]
2222

2323
Visual Studio now has a powerful task-focused UI for Git.
2424
It includes a linear history view, a diff viewer, remote commands, and many other capabilities.
25-
For complete documentation of this feature (which doesn't fit here), go to http://msdn.microsoft.com/en-us/library/hh850437.aspx[].
25+
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[].

0 commit comments

Comments
 (0)