Skip to content

Commit

Permalink
Merge pull request #111 from weaviate/fix_last_move_things
Browse files Browse the repository at this point in the history
Move more things to weaviate
  • Loading branch information
dirkkul committed Jan 19, 2023
2 parents 7bb8874 + 1fe6957 commit 1bcd71b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v4/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at laura@semi.technology. All
reported by contacting the project team at laura@weaviate.io. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 2 additions & 2 deletions v4/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Weaviate go client <img alt='Weaviate logo' src='https://raw.githubusercontent.com/semi-technologies/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png' width='180' align='right' />
# Weaviate go client <img alt='Weaviate logo' src='https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png' width='180' align='right' />

A go native client for weaviate.

Expand Down Expand Up @@ -27,7 +27,7 @@ import (
"context"
"fmt"

client "github.com/semi-technologies/weaviate-go-client/v4/weaviate"
client "github.com/weaviate/weaviate-go-client/v4/weaviate"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions v4/tools/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ fi
DIR=$(pwd -P)
LIB_VER=$(basename $DIR)

sed -i '' "s/^$ go get github.com\/semi-technologies\/weaviate-go-client\/.*/$ go get github.com\/semi-technologies\/weaviate-go-client\/$LIB_VER@$LIB_VER.x.x/" README.md
sed -i '' "s/^$ go get github.com\/weaviate\/weaviate-go-client\/.*/$ go get github.com\/weaviate\/weaviate-go-client\/$LIB_VER@$LIB_VER.x.x/" README.md
sed -i '' "s/^where \`.*/where \`$LIB_VER.x.x\` is the desired go client v4 version, for example \`$VERSION\`/" README.md
sed -i '' "s/^require github.com\/semi-technologies\/weaviate-go-client\/.*/require github.com\/semi-technologies\/weaviate-go-client\/$LIB_VER $VERSION/" README.md
sed -i '' "s/^ client \"github.com\/semi-technologies\/weaviate-go-client.*/ client \"github.com\/semi-technologies\/weaviate-go-client\/$LIB_VER\/weaviate\"/" README.md
sed -i '' "s/^require github.com\/weaviate\/weaviate-go-client\/.*/require github.com\/weaviate\/weaviate-go-client\/$LIB_VER $VERSION/" README.md
sed -i '' "s/^ client \"github.com\/weaviate\/weaviate-go-client.*/ client \"github.com\/weaviate\/weaviate-go-client\/$LIB_VER\/weaviate\"/" README.md

git commit -a -m "Release $VERSION version"

Expand Down

0 comments on commit 1bcd71b

Please sign in to comment.