diff --git a/README.md b/README.md index 6a69994..93639dc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts **Using `go install`**: To install the latest version directly: ```bash -go install codeberg.org/luxferre/dynagate@latest +go install code.luxferre.top/luxferre/dynagate@latest ``` Or from within a cloned repository directory: ```bash @@ -59,7 +59,7 @@ go install . **Building from source manually**: ```bash -git clone https://codeberg.org/luxferre/dynagate.git +git clone https://code.luxferre.top/luxferre/dynagate.git cd dynagate make build ``` diff --git a/go.mod b/go.mod index 9af17c5..62ffc23 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module codeberg.org/luxferre/dynagate +module code.luxferre.top/luxferre/dynagate go 1.26.4