Skip to content

Commit ed23cbd

Browse files
committed
Migrate Semi=>Weaviate
1 parent 87bc4d3 commit ed23cbd

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Ci related folders
2-
/.github/ @semi-technologies/core
3-
/ci/ @semi-technologies/core
2+
/.github/ @weaviate/core
3+
/ci/ @weaviate/core

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at laura@semi.technology. All
58+
reported by contacting the project team at laura@weaviate.io. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020, SeMI Technologies B.V.
1+
Copyright (c) 2020-2023, Weaviate B.V.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ A javascript client for easy interaction with a weaviate instance.
99
## Support
1010

1111
- [Stackoverflow for questions](https://stackoverflow.com/questions/tagged/weaviate).
12-
- [Github for issues](https://github.com/semi-technologies/weaviate-javascript-client/issues).
12+
- [Github for issues](https://github.com/weaviate/weaviate-javascript-client/issues).
1313

1414
## Contributing
1515

16-
- [How to Contribute](https://github.com/semi-technologies/weaviate-javascript-client/blob/master/CONTRIBUTE.md).
16+
- [How to Contribute](https://github.com/weaviate/weaviate-javascript-client/blob/master/CONTRIBUTE.md).
1717

1818
## Build Status
1919

20-
| Branch | Status |
21-
| ------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
22-
| Master | [![Build Status](https://travis-ci.com/semi-technologies/weaviate-javascript-client.svg?token=1qdvi3hJanQcWdqEstmy&branch=master)](https://travis-ci.com/semi-technologies/weaviate-javascript-client) |
20+
[![Build Status](https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/semi-technologies/weaviate-javascript-client.git"
12+
"url": "git+https://github.com/weaviate/weaviate-javascript-client.git"
1313
},
1414
"keywords": [
1515
"weaviate"
1616
],
17-
"author": "SeMI Technologies",
17+
"author": "Weaviate",
1818
"license": "SEE LICENSE IN LICENSE",
1919
"bugs": {
20-
"url": "https://github.com/semi-technologies/weaviate-javascript-client/issues"
20+
"url": "https://github.com/weaviate/weaviate-javascript-client/issues"
2121
},
22-
"homepage": "https://github.com/semi-technologies/weaviate-javascript-client#readme",
22+
"homepage": "https://github.com/weaviate/weaviate-javascript-client#readme",
2323
"dependencies": {
2424
"@babel/runtime": "^7.20.7",
2525
"graphql-request": "^5.1.0",

0 commit comments

Comments
 (0)