chore: move this repo to loopbackio org

Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
This commit is contained in:
Diana Lau 2021-07-07 21:39:50 -04:00
parent 11172ba3f4
commit 7697ed2b41
4 changed files with 3 additions and 8 deletions

View File

@ -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/
-->

View File

@ -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.

View File

@ -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;

View File

@ -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."