Skip to content

Commit cc555ab

Browse files
[ci skip] Docs update
* Correct Slack URL * Added License Field * Change to downloads per month view * Point to stable docs
1 parent 3d1b8b6 commit cc555ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
[![Build Status](https://travis-ci.org/sequelize/sequelize.svg?branch=master)](https://travis-ci.org/sequelize/sequelize)
44
[![Coverage Status](https://coveralls.io/repos/github/sequelize/sequelize/badge.svg?branch=master)](https://coveralls.io/github/sequelize/sequelize?branch=master)
55
[![Bountysource](https://www.bountysource.com/badge/team?team_id=955&style=bounties_received)](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received)
6-
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize-slack.herokuapp.com)
7-
[![npm](https://img.shields.io/npm/dt/sequelize.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/sequelize)
6+
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize.slack.com)
7+
[![npm](https://img.shields.io/npm/dm/sequelize.svg?maxAge=2592000)](https://www.npmjs.com/package/sequelize)
8+
[![License](https://img.shields.io/npm/l/sequelize.svg?maxAge=2592000?style=plastic)](https://github.com/sequelize/sequelize/blob/master/LICENSE)
89

910
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.
1011

11-
[Documentation](http://sequelize.readthedocs.org/en/latest/)
12+
[Documentation](http://sequelize.readthedocs.org/en/stable/)
1213

1314
## Installation
1415

@@ -36,10 +37,10 @@ If you have any security issue to report, contact project maintainers privately.
3637

3738
## Resources
3839
- [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md)
39-
- [Getting Started](http://docs.sequelizejs.com/en/latest/docs/getting-started/)
40+
- [Getting Started](http://docs.sequelizejs.com/en/stable/docs/getting-started/)
4041
- [Express Example](https://github.com/sequelize/express-example)
41-
- [Documentation](http://docs.sequelizejs.com/en/latest/)
42-
- [API Reference](http://docs.sequelizejs.com/en/latest/)
42+
- [Documentation](http://docs.sequelizejs.com/en/stable/)
43+
- [API Reference](http://docs.sequelizejs.com/en/stable/)
4344
- [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
4445
- [Roadmap](https://github.com/sequelize/sequelize/issues/2869)
4546
- [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS

0 commit comments

Comments
 (0)