Skip to content

Commit

Permalink
docs: fix HttpClient link in docs (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc authored and atian25 committed Mar 20, 2017
1 parent 242a4a1 commit a3ad38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/httpclient.md
Expand Up @@ -734,7 +734,7 @@ app.httpclient.on('response', result => {
完整示例代码可以在 [eggjs/exmaples/httpclient](https://github.com/eggjs/examples/blob/master/httpclient) 找到。

[urllib]: https://github.com/node-modules/urllib
[HttpClient]: https://github.com/eggjs/egg/blob/master/lib/core/urllib.js
[HttpClient]: https://github.com/eggjs/egg/blob/master/lib/core/httpclient.js
[formstream]: https://github.com/node-modules/formstream
[HTTP]: https://nodejs.org/api/http.html
[HTTPS]: https://nodejs.org/api/https.html
Expand Down

0 comments on commit a3ad38d

Please sign in to comment.