Переглянути джерело

:pencil2: change the repo url

Song 4 роки тому
батько
коміт
e0137ec171
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      README.md
  2. 2 2
      app.json

+ 1 - 1
README.md

@@ -65,7 +65,7 @@
 |HREF|服务的 href,如 https://wechat-message.herokuapp.com/ ,注意后面要有 /|
 
 ### 一键部署
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Ecalose/message-pusher)
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/songquanpeng/message-pusher)
 
 ## 发送消息的方式
 1. 发送纯文本消息:直接 HTTP GET 请求 `https://你的域名/前缀/消息`,缺点是有字数限制,且只能是纯文本,这是微信模板消息的限制。

+ 2 - 2
app.json

@@ -55,6 +55,6 @@
             "value": ""
         }
     },
-    "website": "https://github.com/Ecalose/message-pusher",
-    "repository": "https://github.com/Ecalose/message-pusher"
+    "website": "https://github.com/songquanpeng/message-pusher",
+    "repository": "https://github.com/songquanpeng/message-pusher"
 }