Skip to content

Commit 1c21621

Browse files
authored
chore: update repository URLs and branding assets to reflect ecosystem migration (#4)
1 parent 151b18c commit 1c21621

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.chglog/config-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG-ACTION.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/couchbase-examples/prefect-couchbase
5+
repository_url: https://github.com/Couchbase-Ecosystem/prefect-couchbase
66
options:
77
# No `commits.filters` on purpose. The template renders only the Features and
88
# Bug Fixes groups, but every commit still has to be collected here, because

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/couchbase-examples/prefect-couchbase
5+
repository_url: https://github.com/Couchbase-Ecosystem/prefect-couchbase
66
options:
77
commits:
88
filters:

README.md

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

3-
A Prefect collection for connecting Prefect flows and tasks to Couchbase through the official Couchbase Python SDK.
3+
A Prefect integration for connecting Prefect flows and tasks to Couchbase through the official Couchbase Python SDK.
44

55
## What you can use it for
66

@@ -160,7 +160,7 @@ For a quick local evaluation, the Couchbase Python SDK examples and Docker docum
160160
### Local development
161161

162162
```bash
163-
git clone https://github.com/couchbase-examples/prefect-couchbase.git
163+
git clone https://github.com/Couchbase-Ecosystem/prefect-couchbase.git
164164
cd prefect-couchbase
165165
uv sync --extra dev
166166
```

prefect_couchbase/credentials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ class CouchbaseCredentials(CredentialsBlock):
3636

3737
_block_type_name: ClassVar[str] = "Couchbase Credentials"
3838
_logo_url: ClassVar[str] = (
39-
"https://www.couchbase.com/wp-content/uploads/2023/05/CB-logo-2023.svg"
39+
"https://www.couchbase.com/wp-content/uploads/2023/10/SDKs_Ottoman.svg"
4040
)
4141
_documentation_url: ClassVar[str] = (
42-
"https://github.com/couchbase-examples/prefect-couchbase"
42+
"https://github.com/Couchbase-Ecosystem/prefect-couchbase"
4343
)
4444

4545
connection_string: str = Field(

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ dev = [
3838
]
3939

4040
[project.urls]
41-
Homepage = "https://github.com/couchbase-examples/prefect-couchbase"
42-
Repository = "https://github.com/couchbase-examples/prefect-couchbase"
43-
Issues = "https://github.com/couchbase-examples/prefect-couchbase/issues"
41+
Homepage = "https://github.com/Couchbase-Ecosystem/prefect-couchbase"
42+
Repository = "https://github.com/Couchbase-Ecosystem/prefect-couchbase"
43+
Issues = "https://github.com/Couchbase-Ecosystem/prefect-couchbase/issues"
4444

4545
[project.entry-points."prefect.collections"]
4646
prefect_couchbase = "prefect_couchbase"

0 commit comments

Comments
 (0)