From 7697ed2b41b8a3410523c64e71bf57ed129ea80b Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Wed, 7 Jul 2021 21:39:50 -0400 Subject: [PATCH] chore: move this repo to loopbackio org Signed-off-by: Diana Lau --- .github/ISSUE_TEMPLATE/Question.md | 5 ----- CONTRIBUTING.md | 2 +- lib/mysql.js | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md index eb25195..189219e 100644 --- a/.github/ISSUE_TEMPLATE/Question.md +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -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/ - --> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8305108..b8b7382 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/lib/mysql.js b/lib/mysql.js index c25483b..5d40131 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -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; diff --git a/package.json b/package.json index b199e59..2164bf1 100644 --- a/package.json +++ b/package.json @@ -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."