File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed
Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11# Ci related folders
2- /.github / @ semi-technologies /core
3- /ci / @ semi-technologies /core
2+ /.github / @ weaviate /core
3+ /ci / @ weaviate /core
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
5555## Enforcement
5656
5757Instances 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
5959complaints will be reviewed and investigated and will result in a response that
6060is deemed necessary and appropriate to the circumstances. The project team is
6161obligated to maintain confidentiality with regard to the reporter of an incident.
Original file line number Diff line number Diff line change 1- Copyright (c) 2020, SeMI Technologies B.V.
1+ Copyright (c) 2020-2023, Weaviate B.V.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments