Skip to content

Commit

Permalink
Merge pull request #447 from loopbackio/openjsf
Browse files Browse the repository at this point in the history
chore: move this repo to loopbackio org
  • Loading branch information
dhmlau authored Jul 12, 2021
2 parents 11172ba + 7697ed2 commit 4acd73f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
-->
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 4acd73f

Please sign in to comment.