Skip to content

Commit 66983ec

Browse files
committed
removed extra is, links update
1 parent 201707e commit 66983ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Windows Build][appveyor-image]][appveyor-url]
88
[![License][license-image]][license-url]
99

10-
MySql client for node.js. Written in native JavaScript and aims to be mostly api compatible with [node-mysql](https://github.com/felixge/node-mysql)
10+
MySql client for node.js. Written in native JavaScript and aims to be mostly api compatible with [node-mysql](https://github.com/mysqljs/node-mysql)
1111

1212
[![NPM](https://nodei.co/npm/mysql2.png?downloads=true&stars=true)](https://nodei.co/npm/mysql2/)
1313
[![NPM](https://nodei.co/npm-dl/mysql2.png?months=6)](https://nodei.co/npm/mysql2/)
@@ -29,7 +29,7 @@ Please check [documentation](https://github.com/sidorares/node-mysql2/tree/maste
2929
## Acknowledgements
3030

3131
- Internal protocol is written by @sidorares [MySQL-Native](https://github.com/sidorares/nodejs-mysql-native)
32-
- Constants, SQL parameters interpolation, Pooling, `ConnectionConfig` class taken from [node-mysql](https://github.com/felixge/node-mysql)
32+
- Constants, SQL parameters interpolation, Pooling, `ConnectionConfig` class taken from [node-mysql](https://github.com/mysqljs/node-mysql)
3333
- SSL upgrade code based on @TooTallNate [code](https://gist.github.com/TooTallNate/848444)
3434
- Secure connection / compressed connection api flags compatible to [MariaSQL](https://github.com/mscdex/node-mariasql/) client.
3535
- [Contributors](https://github.com/sidorares/node-mysql2/graphs/contributors)

documentation/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
`Node-MySQL2` is aims to be a drop in replacement for [node-mysql](https://github.com/felixge/node-mysql). Please check `node-mysql` for full documentation.
5+
`Node-MySQL2` aims to be a drop in replacement for [node-mysql](https://github.com/mysqljs/node-mysql). Please check `node-mysql` for full documentation.
66

77
**Note :** *If you see any API incompatibilities with `node-mysql`, please report via github issue.*
88

@@ -39,7 +39,7 @@ You need to check corresponding field's zeroFill flag and convert to string manu
3939
## Other Resources
4040

4141
- [Wire protocol documentation](http://dev.mysql.com/doc/internals/en/client-server-protocol.html)
42-
- [node-mysql](https://github.com/felixge/node-mysql) - Most popular node.js mysql client library
42+
- [node-mysql](https://github.com/mysqljs/node-mysql) - Most popular node.js mysql client library
4343
- [node-mariasql](https://github.com/mscdex/node-mariasql/) - Bindings to libmariasql. One of the fastest clients
4444
- [node-libmysqlclident](https://github.com/Sannis/node-mysql-libmysqlclient) - Bindings to libmysqlclient
4545
- [go-mysql](https://github.com/siddontang/go-mysql) - MySQL Go client (prepared statements, binlog protocol, server)

0 commit comments

Comments
 (0)