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

Commit 8a4b5295 by Sushant

docs: more resource link + fix incorrect changelog link

1 parent 411f89e0
Showing with 6 additions and 2 deletions
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
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.
[v4 (current stable) documentation](http://docs.sequelizejs.com) ## Documentation
[v4 (stable) documentation](http://docs.sequelizejs.com)
[v4 upgrade guide](http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html)
[v3 documentation](https://sequelize.readthedocs.io/en/v3/) [v3 documentation](https://sequelize.readthedocs.io/en/v3/)
......
# Upgrade to V4 # Upgrade to V4
Sequelize V4 is a major release and it introduces new features and breaking changes. Majority of sequelize codebase has been refactored to use ES2015 features. The following guide lists some of the changes to upgrade from v3 to v4. See [Changelog](manual/changelog) for full list of changes. Sequelize V4 is a major release and it introduces new features and breaking changes. Majority of sequelize codebase has been refactored to use ES2015 features. The following guide lists some of the changes to upgrade from v3 to v4. See [Changelog](changelog) for full list of changes.
### Breaking Changes ### Breaking Changes
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!