소스 검색

Update repo path

Tulir Asokan 3 년 전
부모
커밋
ce16432318
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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()