Skip to content

Commit 4e2c1dc

Browse files
committed
chore: move repo to loopbackio org
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
1 parent c653316 commit 4e2c1dc

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@ 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/
2622
2723
-->

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
### Contributing ###
22

3-
Thank you for your interest in `loopback-connector-mongodb`, an open source project
4-
administered by StrongLoop.
3+
Thank you for your interest in `loopback-connector-mongodb`, an open source project as part of LoopBack.
54

65
Contributing to `loopback-connector-mongodb` is easy. In a few simple steps:
76

@@ -14,7 +13,7 @@ Contributing to `loopback-connector-mongodb` is easy. In a few simple steps:
1413
* Adhere to code style outlined in the [Google C++ Style Guide][] and
1514
[Google Javascript Style Guide][].
1615

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

1918
* Submit a pull request through Github.
2019

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "git://github.com/strongloop/loopback-connector-mongodb.git"
27+
"url": "git://github.com/loopbackio/loopback-connector-mongodb.git"
2828
},
2929
"keywords": [
3030
"connector",
3131
"datasource",
3232
"loopback",
33-
"strongloop",
3433
"mongodb"
3534
],
3635
"license": "MIT",

0 commit comments

Comments
 (0)