Merge pull request #447 from loopbackio/openjsf

chore: move this repo to loopbackio org
This commit is contained in:
Diana Lau 2021-07-12 12:45:35 -04:00 committed by GitHub
commit 4acd73fd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."