Skip to content

Commit f99d8f1

Browse files
committed
Chore: Repository has been transferred to https://github.com/crate
1 parent baa1b80 commit f99d8f1

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

DEVELOP.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To start things off, bootstrap the sandbox environment:
66

7-
git clone https://github.com/crate-workbench/sqlalchemy-cratedb
7+
git clone https://github.com/crate/sqlalchemy-cratedb
88
cd sqlalchemy-cratedb
99
source bootstrap.sh
1010

@@ -47,7 +47,7 @@ On branch `main`:
4747
```
4848
- On GitHub, designate a new release, copying in the relevant section
4949
from the CHANGELOG.
50-
https://github.com/crate-workbench/sqlalchemy-cratedb/releases
50+
https://github.com/crate/sqlalchemy-cratedb/releases
5151

5252
Optionally, build the package and upload to PyPI manually.
5353
```shell

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SQLAlchemy dialect for CrateDB
22

3-
[![Tests](https://github.com/crate-workbench/sqlalchemy-cratedb/actions/workflows/tests.yml/badge.svg)](https://github.com/crate-workbench/sqlalchemy-cratedb/actions/workflows/tests.yml)
4-
[![Coverage](https://codecov.io/gh/crate-workbench/sqlalchemy-cratedb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/crate-workbench/sqlalchemy-cratedb)
3+
[![Tests](https://github.com/crate/sqlalchemy-cratedb/actions/workflows/tests.yml/badge.svg)](https://github.com/crate/sqlalchemy-cratedb/actions/workflows/tests.yml)
4+
[![Coverage](https://codecov.io/gh/crate/sqlalchemy-cratedb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/crate/sqlalchemy-cratedb)
55
[![Build status (documentation)](https://readthedocs.org/projects/sqlalchemy-cratedb/badge/)](https://cratedb.com/docs/sqlalchemy-cratedb/)
66
[![PyPI Version](https://img.shields.io/pypi/v/sqlalchemy-cratedb.svg)](https://pypi.org/project/sqlalchemy-cratedb/)
77
[![Python Version](https://img.shields.io/pypi/pyversions/sqlalchemy-cratedb.svg)](https://pypi.org/project/sqlalchemy-cratedb/)
@@ -36,7 +36,7 @@ pip install --upgrade sqlalchemy-cratedb
3636
## Contributing
3737

3838
The SQLAlchemy dialect for CrateDB is an open source project, and is
39-
[managed on GitHub](https://github.com/crate-workbench/sqlalchemy-cratedb). We
39+
[managed on GitHub](https://github.com/crate/sqlalchemy-cratedb). We
4040
appreciate contributions of any kind.
4141

4242

docs/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Project information
177177

178178
Resources
179179
=========
180-
- `Source code <https://github.com/crate-workbench/sqlalchemy-cratedb>`_
181-
- `Documentation <https://github.com/crate-workbench/sqlalchemy-cratedb>`_
180+
- `Source code <https://github.com/crate/sqlalchemy-cratedb>`_
181+
- `Documentation <https://github.com/crate/sqlalchemy-cratedb>`_
182182
- `Python Package Index (PyPI) <https://pypi.org/project/sqlalchemy-cratedb/>`_
183183

184184
Contributions
@@ -209,14 +209,14 @@ The project is licensed under the terms of the Apache 2.0 license, like
209209
.. _CrateDB: https://cratedb.com/database
210210
.. _CrateDB Cloud: https://console.cratedb.cloud/
211211
.. _CrateDB source: https://github.com/crate/crate
212-
.. _Create an issue: https://github.com/crate-workbench/sqlalchemy-cratedb/issues
213-
.. _development sandbox: https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/DEVELOP.md
212+
.. _Create an issue: https://github.com/crate/sqlalchemy-cratedb/issues
213+
.. _development sandbox: https://github.com/crate/sqlalchemy-cratedb/blob/main/DEVELOP.md
214214
.. _cratedb-examples repository: https://github.com/crate/cratedb-examples/tree/main/by-language
215215
.. _FIWARE QuantumLeap data historian: https://github.com/orchestracities/ngsi-timeseries-api
216216
.. _GeoJSON: https://geojson.org/
217217
.. _GeoJSON geometry objects: https://tools.ietf.org/html/rfc7946#section-3.1
218-
.. _LICENSE: https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/LICENSE
219-
.. _managed on GitHub: https://github.com/crate-workbench/sqlalchemy-cratedb
218+
.. _LICENSE: https://github.com/crate/sqlalchemy-cratedb/blob/main/LICENSE
219+
.. _managed on GitHub: https://github.com/crate/sqlalchemy-cratedb
220220
.. _pandas: https://pandas.pydata.org/
221221
.. _PEP 249: https://peps.python.org/pep-0249/
222222
.. _PyPI: https://pypi.org/

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ vector = [
124124
"numpy",
125125
]
126126
[project.urls]
127-
changelog = "https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/CHANGES.md"
128-
documentation = "https://github.com/crate-workbench/sqlalchemy-cratedb"
129-
homepage = "https://github.com/crate-workbench/sqlalchemy-cratedb"
130-
repository = "https://github.com/crate-workbench/sqlalchemy-cratedb"
127+
changelog = "https://github.com/crate/sqlalchemy-cratedb/blob/main/CHANGES.md"
128+
documentation = "https://cratedb.com/docs/sqlalchemy-cratedb/"
129+
homepage = "https://cratedb.com/docs/sqlalchemy-cratedb/"
130+
repository = "https://github.com/crate/sqlalchemy-cratedb"
131131
[project.entry-points."sqlalchemy.dialects"]
132132
crate = "sqlalchemy_cratedb:dialect"
133133

0 commit comments

Comments
 (0)