Skip to content

Commit 7697ed2

Browse files
committed
chore: move this repo to loopbackio org
Signed-off-by: Diana Lau <[email protected]>
1 parent 11172ba commit 7697ed2

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ Please use one of the following resources for help:
1919
- https://groups.google.com/forum/#!forum/loopbackjs
2020
- https://gitter.im/strongloop/loopback
2121
22-
**Immediate support**
23-
24-
- https://strongloop.com/api-connect-faqs/
25-
- https://strongloop.com/node-js/subscription-plans/
26-
2722
-->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Contributing to `loopback-connector-mysql` is easy. In a few simple steps:
1414
* Adhere to code style outlined in the [Google C++ Style Guide][] and
1515
[Google Javascript Style Guide][].
1616

17-
* Sign the [Contributor License Agreement](https://cla.strongloop.com/agreements/strongloop/loopback-connector-mysql)
17+
* Sign the [Developer Certificate of Origin](#developer-certificate-of-origin)
1818

1919
* Submit a pull request through Github.
2020

lib/mysql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function generateOptions(settings) {
144144
}
145145

146146
// Take other options for mysql driver
147-
// See https://github.com/strongloop/loopback-connector-mysql/issues/46
147+
// See https://github.com/loopbackio/loopback-connector-mysql/issues/46
148148
for (const p in s) {
149149
if (p === 'database' && s.createDatabase) {
150150
continue;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"repository": {
4343
"type": "git",
44-
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
44+
"url": "https://github.com/loopbackio/loopback-connector-mysql.git"
4545
},
4646
"license": "MIT",
4747
"author": "IBM Corp."

0 commit comments

Comments
 (0)