Update README URLs based on HTTP redirects
This commit is contained in:
parent
b9c1f7d069
commit
a25ab12116
1 changed files with 3 additions and 3 deletions
|
@ -54,11 +54,11 @@ app.use(async ctx => {
|
|||
- [Middleware](https://github.com/koajs/koa/wiki) list
|
||||
- [Wiki](https://github.com/koajs/koa/wiki)
|
||||
- [G+ Community](https://plus.google.com/communities/101845768320796750641)
|
||||
- [Reddit Community](http://reddit.com/r/koajs)
|
||||
- [Reddit Community](https://www.reddit.com/r/koajs)
|
||||
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
|
||||
- [Guide](docs/guide.md)
|
||||
- [FAQ](docs/faq.md)
|
||||
- [中文文档](https://github.com/turingou/koa-guide)
|
||||
- [中文文档](https://github.com/guo-yu/koa-guide)
|
||||
- __[#koajs]__ on freenode
|
||||
|
||||
## Getting started
|
||||
|
@ -109,7 +109,7 @@ $ make test
|
|||
MIT
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/koa.svg?style=flat-square
|
||||
[npm-url]: https://npmjs.org/package/koa
|
||||
[npm-url]: https://www.npmjs.com/package/koa
|
||||
[travis-image]: https://img.shields.io/travis/koajs/koa/master.svg?style=flat-square
|
||||
[travis-url]: https://travis-ci.org/koajs/koa
|
||||
[coveralls-image]: https://img.shields.io/coveralls/koajs/koa/master.svg?style=flat-square
|
||||
|
|
Loading…
Reference in a new issue