forked from MirrorHub/mautrix-whatsapp
Update repo path
This commit is contained in:
parent
039059df45
commit
ce16432318
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
main.go
2
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()
|
||||
|
|
Loading…
Reference in a new issue