Skip to content

Commit

Permalink
Update links to Perforce and Spring Social
Browse files Browse the repository at this point in the history
  • Loading branch information
randomecho committed Aug 21, 2014
1 parent 1d053a9 commit f097741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These are called Branching Strategies, but are just as easily called *Team Colla
* Think of features much smaller than typical
* Git's Model
* [Git Maintenance Notes](https://sites.google.com/site/maintnotes/)
* [Git Workflows](http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html)
* [Git Workflows](https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html)
* [Git's Source Code](https://github.com/git/git)
* Branches
* master
Expand All @@ -46,7 +46,7 @@ These are called Branching Strategies, but are just as easily called *Team Colla
* `major.minor.fix`
* [Semantic versioning](http://semver.org)
* Rebase before sharing (sending a Pull Request)
* [Contributing to Spring Social](https://github.com/SpringSource/spring-social/wiki/Contributing)
* [Contributing to Spring Social](https://github.com/spring-projects/spring-social/wiki/Contributing)
* [How To Merge Without Fear](http://blog.springsource.org/2010/12/21/git-and-social-coding-how-to-merge-without-fear/)
* [What to do when things get complicated](http://blog.springsource.org/2011/07/18/social-coding-pull-requests-what-to-do-when-things-get-complicated/)

Expand Down Expand Up @@ -660,7 +660,7 @@ HEAD~2
### Diff Tool

#### Summary
* [P4Merge](http://www.perforce.com/downloads/Perforce-Software-Version-Management/complete_list/Free%2020-User%20Edition#10)
* [P4Merge](http://www.perforce.com/downloads/Perforce/20-User)
* Opendiff
* KDiff
* Kaleidoscope
Expand Down
8 changes: 4 additions & 4 deletions workbooks/github-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These are called Branching Strategies, but are just as easily called *Team Colla
* Think of features much smaller than typical
* Git's Model
* [Git Maintenance Notes](https://sites.google.com/site/maintnotes/)
* [Git Workflows](http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html)
* [Git Workflows](https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html)
* [Git's Source Code](https://github.com/git/git)
* Branches
* master
Expand All @@ -47,7 +47,7 @@ These are called Branching Strategies, but are just as easily called *Team Colla
* `major.minor.fix`
* [Semantic versioning](http://semver.org)
* Rebase before sharing (sending a Pull Request)
* [Contributing to Spring Social](https://github.com/SpringSource/spring-social/wiki/Contributing)
* [Contributing to Spring Social](https://github.com/spring-projects/spring-social/wiki/Contributing)
* [How To Merge Without Fear](http://blog.springsource.org/2010/12/21/git-and-social-coding-how-to-merge-without-fear/)
* [What to do when things get complicated](http://blog.springsource.org/2011/07/18/social-coding-pull-requests-what-to-do-when-things-get-complicated/)

Expand Down Expand Up @@ -495,7 +495,7 @@ HEAD~2
## Diff Tool

### Summary
* [P4Merge](http://www.perforce.com/downloads/Perforce-Software-Version-Management/complete_list/Free%2020-User%20Edition#10)
* [P4Merge](http://www.perforce.com/downloads/Perforce/20-User)
* Opendiff
* KDiff
* Kaleidoscope
Expand Down Expand Up @@ -671,5 +671,5 @@ $ gitk --all

### Summary
* [Listing of GUIs](http://git-scm.com/downloads/guis)
* [eGit for Eclipse](http://eclipse.github.com)
* [eGit for Eclipse](http://eclipse.github.io/)
* [SmartGit for Windows, Mac, Linux](http://www.syntevo.com/smartgithg/)

0 comments on commit f097741

Please sign in to comment.