不要怂,就是干,撸起袖子干!

Commit 270ae22e by Sushant Committed by GitHub

Fixed documentation links

1 parent 6d90b5ba
Showing with 3 additions and 4 deletions
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more. Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
[Stable (v3) documentation](http://sequelize.readthedocs.org/en/v3/) [Stable (v3) documentation](http://docs.sequelizejs.com/en/v3/)
[Master / unstable (v4-pre) documentation](http://sequelize.readthedocs.org/en/latest/) [Master / unstable (v4-pre) documentation](http://docs.sequelizejs.com/en/latest/)
## Installation ## Installation
...@@ -42,8 +42,7 @@ If you have any security issue to report, contact project maintainers privately. ...@@ -42,8 +42,7 @@ If you have any security issue to report, contact project maintainers privately.
- [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md) - [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md)
- [Getting Started](http://docs.sequelizejs.com/en/stable/docs/getting-started/) - [Getting Started](http://docs.sequelizejs.com/en/stable/docs/getting-started/)
- [Express Example](https://github.com/sequelize/express-example) - [Express Example](https://github.com/sequelize/express-example)
- [Documentation](http://docs.sequelizejs.com/en/stable/) - [Documentation](http://docs.sequelizejs.com/en/latest/)
- [API Reference](http://docs.sequelizejs.com/en/stable/)
- [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md) - [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [Roadmap](https://github.com/sequelize/sequelize/issues/2869) - [Roadmap](https://github.com/sequelize/sequelize/issues/2869)
- [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS - [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!