File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff 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-->
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments