aboutsummaryrefslogtreecommitdiffstats
path: root/entity/id.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/id.go')
-rw-r--r--entity/id.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/id.go b/entity/id.go
index 0949bf92..99fc7470 100644
--- a/entity/id.go
+++ b/entity/id.go
@@ -67,7 +67,7 @@ func (i Id) MarshalGQL(w io.Writer) {
func (i Id) Validate() error {
// Special case to detect outdated repo
if len(i) == 40 {
- return fmt.Errorf("outdated repository format, please use https://github.com/MichaelMure/git-bug-migration to upgrade")
+ return fmt.Errorf("outdated repository format, please use https://github.com/git-bug/git-bug-migration to upgrade")
}
if len(i) != idLength {
return fmt.Errorf("invalid length")