Skip to content

Commit

Permalink
Merge pull request #124 from progit/remove-dead-links
Browse files Browse the repository at this point in the history
remove broken links
  • Loading branch information
carlosschults authored May 8, 2024
2 parents ea85a26 + ffa959b commit df245aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/09-git-and-other-scms/sections/client-bzr.asc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion book/A-git-in-other-environments/sections/visualstudio.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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[].

0 comments on commit df245aa

Please sign in to comment.