Update repo path

This commit is contained in:
Tulir Asokan 2021-08-06 17:46:57 +03:00
parent 039059df45
commit ce16432318
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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()