diff --git a/templates/wg.conf b/templates/wg.conf
index 81893a8..8268e4e 100644
--- a/templates/wg.conf
+++ b/templates/wg.conf
@@ -1,4 +1,4 @@
-# This file was generated using wireguard-ui (https://github.com/ngoduykhanh/wireguard-ui)
+# This file was generated using wireguard-ui (https://github.com/wireguard-ui/wireguard-ui)
# Please don't modify it manually, otherwise your change might get replaced.
# Address updated at: {{ .serverConfig.Interface.UpdatedAt }}
diff --git a/util/util.go b/util/util.go
index 44f8f01..8d03026 100644
--- a/util/util.go
+++ b/util/util.go
@@ -4,7 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"
- "github.com/ngoduykhanh/wireguard-ui/store"
+ "github.com/wireguard-ui/wireguard-ui/store"
"golang.org/x/mod/sumdb/dirhash"
"io"
"io/fs"
@@ -21,7 +21,7 @@ import (
externalip "github.com/glendc/go-external-ip"
"github.com/labstack/gommon/log"
- "github.com/ngoduykhanh/wireguard-ui/model"
+ "github.com/wireguard-ui/wireguard-ui/model"
"github.com/sdomino/scribble"
)