Skip to content

Commit 15067eb

Browse files
committed
Documentation: Rename crate.io to cratedb.com
1 parent 74324f2 commit 15067eb

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Otherwise, SQLAlchemy will complain like:
167167
specificity
168168

169169

170-
[CrateDB system columns]: https://crate.io/docs/crate/reference/en/4.8/general/ddl/system-columns.html
170+
[CrateDB system columns]: https://cratedb.com/docs/crate/reference/en/4.8/general/ddl/system-columns.html
171171
[SQLAlchemy literal_column]: https://docs.sqlalchemy.org/en/14/core/sqlelement.html#sqlalchemy.sql.expression.literal_column
172172
[What’s New in SQLAlchemy 1.4?]: https://docs.sqlalchemy.org/en/14/changelog/migration_14.html
173173

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44
[![Coverage](https://codecov.io/gh/crate-workbench/sqlalchemy-cratedb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/crate-workbench/sqlalchemy-cratedb)
5-
[![Build status (documentation)](https://readthedocs.org/projects/sqlalchemy-cratedb/badge/)](https://crate.io/docs/python/)
5+
[![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/)
88
[![PyPI Downloads](https://pepy.tech/badge/sqlalchemy-cratedb/month)](https://pepy.tech/project/sqlalchemy-cratedb/)

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Licensed to Crate (https://crate.io) under one or more contributor license
1+
# Licensed to Crate (https://cratedb.com) under one or more contributor license
22
# agreements. See the NOTICE file distributed with this work for additional
33
# information regarding copyright ownership. Crate licenses this file to you
44
# under the Apache License, Version 2.0 (the "License"); you may not use this

docs/_extra/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Disallow: /
33

4-
Sitemap: https://crate.io/docs/python/en/latest/site.xml
4+
Sitemap: https://cratedb.com/docs/sqlalchemy-cratedb/site.xml

docs/data-types.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,31 @@ CrateDB SQLAlchemy
5757
================= =========================================
5858

5959

60-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean
60+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean
6161
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.Boolean
62-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
62+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
6363
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.SmallInteger
64-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
64+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
6565
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.SmallInteger
66-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
66+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
6767
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.Integer
68-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
68+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
6969
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.NUMERIC
70-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
70+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
7171
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.Float
7272
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#float-vector
73-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
73+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
7474
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.DECIMAL
75-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times
75+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times
7676
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.TIMESTAMP
77-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data
77+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data
7878
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.String
79-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#array
79+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#array
8080
__ http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.ARRAY
81-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#object
82-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#array
83-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point
84-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape
81+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#object
82+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#array
83+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point
84+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape
8585

8686

8787
.. _Unix time: https://en.wikipedia.org/wiki/Unix_time

docs/dataframe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pandas implementation introduced in the previous section.
236236
237237
.. _batching: https://en.wikipedia.org/wiki/Batch_processing#Common_batch_processing_usage
238238
.. _chunking: https://en.wikipedia.org/wiki/Chunking_(computing)
239-
.. _CrateDB bulk operations: https://crate.io/docs/crate/reference/en/latest/interfaces/http.html#bulk-operations
239+
.. _CrateDB bulk operations: https://cratedb.com/docs/crate/reference/en/latest/interfaces/http.html#bulk-operations
240240
.. _Dask: https://en.wikipedia.org/wiki/Dask_(software)
241241
.. _DataFrame computing: https://realpython.com/pandas-dataframe/
242242
.. _ETL: https://en.wikipedia.org/wiki/Extract,_transform,_load

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The project is licensed under the terms of the Apache 2.0 license, like
206206

207207

208208
.. _Apache Superset: https://github.com/apache/superset
209-
.. _CrateDB: https://crate.io/products/cratedb
209+
.. _CrateDB: https://cratedb.com/database
210210
.. _CrateDB Cloud: https://console.cratedb.cloud/
211211
.. _CrateDB source: https://github.com/crate/crate
212212
.. _Create an issue: https://github.com/crate-workbench/sqlalchemy-cratedb/issues

docs/overview.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,16 +707,16 @@ the virtual column name as a string (``_score``) instead of using a defined
707707
column on the ``Character`` class.
708708

709709

710-
.. _arguments reference: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments
711-
.. _boost values: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments
710+
.. _arguments reference: https://cratedb.com/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments
711+
.. _boost values: https://cratedb.com/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments
712712
.. _count result rows: https://docs.sqlalchemy.org/en/14/orm/tutorial.html#counting
713713
.. _CrateDB: https://cratedb.com/database
714714
.. _CrateDB Cloud: https://console.cratedb.cloud/
715715
.. _Database API: https://www.python.org/dev/peps/pep-0249/
716716
.. _geojson geometry objects: https://www.rfc-editor.org/rfc/rfc7946#section-3.1
717-
.. _match options: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#options
717+
.. _match options: https://cratedb.com/docs/crate/reference/en/latest/general/dql/fulltext.html#options
718718
.. _Object-Relational Mapping: https://en.wikipedia.org/wiki/Object-relational_mapping
719-
.. _score usage: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#usage
719+
.. _score usage: https://cratedb.com/docs/crate/reference/en/latest/general/dql/fulltext.html#usage
720720
.. _SQLAlchemy: https://www.sqlalchemy.org/
721721
.. _SQLAlchemy library: https://www.sqlalchemy.org/library.html
722722
.. _URL: https://en.wikipedia.org/wiki/Uniform_Resource_Locator

src/sqlalchemy_cratedb/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def insert_bulk(pd_table, conn, keys, data_iter):
4242
the relevant code in `pandas.io.sql`.
4343
4444
[1] https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_sql.html
45-
[2] https://crate.io/docs/crate/reference/en/latest/interfaces/http.html#bulk-operations
45+
[2] https://cratedb.com/docs/crate/reference/en/latest/interfaces/http.html#bulk-operations
4646
[3] https://github.com/pandas-dev/pandas/blob/v2.0.1/pandas/io/sql.py#L1011-L1027
4747
"""
4848

0 commit comments

Comments
 (0)