Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkhaha committed May 27, 2024
1 parent d68ab6a commit 6f13175
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
10 changes: 5 additions & 5 deletions site/docs/advanced/loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ module.exports = {
}
},
};
``

[Loader]: https://github.com/eggjs/egg-core/blob/master/lib/loader/egg_loader.js
[AppWorkerLoader]: https://github.com/eggjs/egg/blob/master/lib/loader/app_worker_loader.js
[AgentWorkerLoader]: https://github.com/eggjs/egg/blob/master/lib/loader/agent_worker_loader.js
```
## Reference Links
- [Loader](https://github.com/eggjs/egg-core/blob/master/lib/loader/egg_loader.js)
- [AppWorkerLoader](https://github.com/eggjs/egg/blob/master/lib/loader/app_worker_loader.js)
- [AgentWorkerLoader](https://github.com/eggjs/egg/blob/master/lib/loader/agent_worker_loader.js)

6 changes: 3 additions & 3 deletions site/docs/advanced/loader.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,6 @@ module.exports = {
```

参考链接:
- [loader]: https://github.com/eggjs/egg-core/blob/master/lib/loader/egg_loader.js
- [appworkerloader]: https://github.com/eggjs/egg/blob/master/lib/loader/app_worker_loader.js
- [agentworkerloader]: https://github.com/eggjs/egg/blob/master/lib/loader/agent_worker_loader.js
- [loader](https://github.com/eggjs/egg-core/blob/master/lib/loader/egg_loader.js)
- [appworkerloader](https://github.com/eggjs/egg/blob/master/lib/loader/app_worker_loader.js)
- [agentworkerloader](https://github.com/eggjs/egg/blob/master/lib/loader/agent_worker_loader.js)
16 changes: 9 additions & 7 deletions site/docs/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,12 @@ app.httpclient.on('response', (result) => {

Full examples can be found on [eggjs/examples/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/httpclient.js
[formstream]: https://github.com/node-modules/formstream
[http]: https://nodejs.org/api/http.html
[https]: https://nodejs.org/api/https.html
[charles]: https://www.charlesproxy.com/
[fiddler]: http://www.telerik.com/fiddler

Other Reference Links
- [urllib](https://github.com/node-modules/urllib)
- [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)
- [charles](https://www.charlesproxy.com/)
- [fiddler](http://www.telerik.com/fiddler)
14 changes: 7 additions & 7 deletions site/docs/core/httpclient.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,10 @@ app.httpclient.on('response', (result) => {
完整示例代码可以在 [eggjs/examples/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/httpclient.js
- [formstream]: https://github.com/node-modules/formstream
- [http]: https://nodejs.org/api/http.html
- [https]: https://nodejs.org/api/https.html
- [charles]: https://www.charlesproxy.com/
- [fiddler]: http://www.telerik.com/fiddler
- [urllib](https://github.com/node-modules/urllib)
- [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)
- [charles](https://www.charlesproxy.com/)
- [fiddler](http://www.telerik.com/fiddler)

0 comments on commit 6f13175

Please sign in to comment.