Skip to content

Commit

Permalink
remove broken links
Browse files Browse the repository at this point in the history
Neste commit, eu removo alguns links quebrados que estão atrapalhando
o build do livro. Esta é uma medida paliativa, porém; o problema real
parece ser de que o livro está bastante desatualizado com relação à
versão original em inglês, ocasionando referências a conceitos e/ou
ferramentas obsoletas.

A solução de longo prazo é atualizarmos o repositório em relação ao livro
original.
  • Loading branch information
carlosschults committed May 8, 2024
1 parent ea85a26 commit ffa959b
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 ffa959b

Please sign in to comment.