From 768d5abdf0facdd6d87fc5c94faa5fec90f73de2 Mon Sep 17 00:00:00 2001 From: overtrue Date: Thu, 7 Jul 2016 10:13:04 +0800 Subject: [PATCH] Fix link. #33 --- index.md | 2 +- messages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 8648556..9189a00 100755 --- a/index.md +++ b/index.md @@ -48,7 +48,7 @@ EasyWeChat 的安装非常简单,因为它是一个标准的 [Composer](https: - "为啥我的报这个错啊:Class XXXX not found..." - ... -我们专门针对一些容易出现的通用问题已经做了汇总: [疑难解答](docs/troubleshooting.html) ,如果你在问题疑难解答没找到你出现的问题,那么可以在这里提问 [GitHub](https://github.com/overtrue/wechat/issues),提问请描述清楚你用的版本,你的做法是什么,不然别人没法帮你。 +我们专门针对一些容易出现的通用问题已经做了汇总: [疑难解答](troubleshooting.html) ,如果你在问题疑难解答没找到你出现的问题,那么可以在这里提问 [GitHub](https://github.com/overtrue/wechat/issues),提问请描述清楚你用的版本,你的做法是什么,不然别人没法帮你。 最后,请 **不要在QQ单独找我提问**,除非你是发现了明显的bug。有问题先审查代码,看文档, 再 google,然后 去群里发个问题,带上你的代码,重现流程,大家有空的会帮忙你解答。谢谢合作!:pray: diff --git a/messages.md b/messages.md index 4ebc88d..a39be3e 100755 --- a/messages.md +++ b/messages.md @@ -332,7 +332,7 @@ $app->staff->message([$news1, $news2, $news3, $news4])->to($openId)->send(); ### 群发消息 -请参考:[群发消息](docs/broadcast.html) +请参考:[群发消息](broadcast.html) ## 消息转发给客服系统