summaryrefslogtreecommitdiffstatshomepage
path: root/entity/dag
diff options
context:
space:
mode:
Diffstat (limited to 'entity/dag')
-rw-r--r--entity/dag/example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/example_test.go b/entity/dag/example_test.go
index c9e4f352..3ffdb4fc 100644
--- a/entity/dag/example_test.go
+++ b/entity/dag/example_test.go
@@ -13,7 +13,7 @@ import (
)
// Note: you can find explanations about the underlying data model here:
-// https://github.com/git-bug/git-bug/blob/master/doc/model.md
+// https://github.com/git-bug/git-bug/blob/master/doc/design/data-model.md
// This file explains how to define a replicated data structure, stored in and using git as a medium for
// synchronisation. To do this, we'll use the entity/dag package, which will do all the complex handling.