chore: move this repo to loopbackio org
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
This commit is contained in:
parent
11172ba3f4
commit
7697ed2b41
|
@ -19,9 +19,4 @@ Please use one of the following resources for help:
|
|||
- https://groups.google.com/forum/#!forum/loopbackjs
|
||||
- https://gitter.im/strongloop/loopback
|
||||
|
||||
**Immediate support**
|
||||
|
||||
- https://strongloop.com/api-connect-faqs/
|
||||
- https://strongloop.com/node-js/subscription-plans/
|
||||
|
||||
-->
|
||||
|
|
|
@ -14,7 +14,7 @@ Contributing to `loopback-connector-mysql` is easy. In a few simple steps:
|
|||
* Adhere to code style outlined in the [Google C++ Style Guide][] and
|
||||
[Google Javascript Style Guide][].
|
||||
|
||||
* Sign the [Contributor License Agreement](https://cla.strongloop.com/agreements/strongloop/loopback-connector-mysql)
|
||||
* Sign the [Developer Certificate of Origin](#developer-certificate-of-origin)
|
||||
|
||||
* Submit a pull request through Github.
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@ function generateOptions(settings) {
|
|||
}
|
||||
|
||||
// Take other options for mysql driver
|
||||
// See https://github.com/strongloop/loopback-connector-mysql/issues/46
|
||||
// See https://github.com/loopbackio/loopback-connector-mysql/issues/46
|
||||
for (const p in s) {
|
||||
if (p === 'database' && s.createDatabase) {
|
||||
continue;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
|
||||
"url": "https://github.com/loopbackio/loopback-connector-mysql.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "IBM Corp."
|
||||
|
|
Loading…
Reference in New Issue