summaryrefslogtreecommitdiff
path: root/examples/buttons/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/buttons/log.go')
-rw-r--r--examples/buttons/log.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/buttons/log.go b/examples/buttons/log.go
index 7d65d05..bf3d1a5 100644
--- a/examples/buttons/log.go
+++ b/examples/buttons/log.go
@@ -4,8 +4,8 @@ package main
import (
"fmt"
arg "github.com/alexflint/go-arg"
- "git.wit.org/wit/gui"
- log "git.wit.org/wit/gui/log"
+ "go.wit.com/gui"
+ log "go.wit.com/gui/log"
)