Browse Source

Update repo path

Tulir Asokan 3 years ago
parent
commit
ce16432318
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      main.go

+ 1 - 1
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

+ 1 - 1
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()