Skip to content

Commit ae80066

Browse files
authored
Merge pull request #101 from loopbackio/openjsf
chore: move repo to loopbackio org
2 parents aef342a + 6d7029e commit ae80066

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
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-dashdb` 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-dashdb)
17+
* Sign the [Developer Certificate of Origin](#developer-certificate-of-origin)
1818

1919
* Submit a pull request through Github.
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ This pattern of the schema name is important for database **cleanup** and **seed
173173

174174
### Docker
175175
- DashDB has a docker image which could be signed up for a trial version and be used for testing. For more information, please visit: [DashDB Docker](https://hub.docker.com/r/dashdb/local/)
176-
- Once the instance is ready, please follow the above information on how to run tests using your [own instance](https://github.com/strongloop/loopback-connector-dashdb/tree/master#own-instance)
176+
- Once the instance is ready, please follow the above information on how to run tests using your [own instance](https://github.com/loopbackio/loopback-connector-dashdb/tree/master#own-instance)

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"node": ">=8.9"
77
},
88
"keywords": [
9-
"IBM",
10-
"StrongLoop",
119
"LoopBack",
1210
"DB2",
1311
"DataSource",
@@ -50,11 +48,11 @@
5048
},
5149
"repository": {
5250
"type": "git",
53-
"url": "git://github.com/strongloop/loopback-connector-dashdb.git"
51+
"url": "git://github.com/loopbackio/loopback-connector-dashdb.git"
5452
},
55-
"homepage": "https://github.com/strongloop/loopback-connector-dashdb",
53+
"homepage": "https://github.com/loopbackio/loopback-connector-dashdb",
5654
"bugs": {
57-
"url": "https://github.com/strongloop/loopback-connector-dashdb/issues"
55+
"url": "https://github.com/loopbackio/loopback-connector-dashdb/issues"
5856
},
5957
"license": "Artistic-2.0",
6058
"author": "IBM Corp."

0 commit comments

Comments
 (0)