Skip to content

Commit 8ab19f6

Browse files
authored
Merge pull request src-d#638 from thoeni/patch-1
Updating reference to the git object model
2 parents 0672868 + b88f3fd commit 8ab19f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plumbing/object/commit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Hash plumbing.Hash
2424
// at a certain point in time. It contains meta-information about that point
2525
// in time, such as a timestamp, the author of the changes since the last
2626
// commit, a pointer to the previous commit(s), etc.
27-
// http://schacon.github.io/gitbook/1_the_git_object_model.html
27+
// http://shafiulazam.com/gitbook/1_the_git_object_model.html
2828
type Commit struct {
2929
// Hash of the commit object.
3030
Hash plumbing.Hash

0 commit comments

Comments
 (0)