diff --git a/README.md b/README.md index 8bae07e..8942729 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some quick links: * Basic usage: [Authentication](https://docs.mau.fi/bridges/go/whatsapp/authentication.html) ### Features & Roadmap -[ROADMAP.md](https://github.com/tulir/mautrix-whatsapp/blob/master/ROADMAP.md) +[ROADMAP.md](https://github.com/mautrix/whatsapp/blob/master/ROADMAP.md) contains a general overview of what is supported by the bridge. ## Discussion diff --git a/main.go b/main.go index 8ef95a7..8101e7e 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( var ( // These are static Name = "mautrix-whatsapp" - URL = "https://github.com/tulir/mautrix-whatsapp" + URL = "https://github.com/mautrix/whatsapp" // This is changed when making a release Version = "0.1.7" // This is filled by init()