From e0137ec171f76e11bed4e89769db9ffc40177539 Mon Sep 17 00:00:00 2001 From: Song Date: Sun, 31 Jan 2021 19:29:12 +0800 Subject: [PATCH] :pencil2: change the repo url --- README.md | 2 +- app.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d2c3fd19..9a76f594e 100644 --- a/README.md +++ b/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://你的域名/前缀/消息`,缺点是有字数限制,且只能是纯文本,这是微信模板消息的限制。 diff --git a/app.json b/app.json index f64f33faa..faff8daf4 100644 --- a/app.json +++ b/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" }