Skip to content

Commit e04fa0b

Browse files
authored
Remove old .io links (#134)
Chore: Update links /crate.io/cratedb.com/
1 parent e22360d commit e04fa0b

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

docs/appendices/data-types.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@ This driver maps CrateDB types to the following PHP types:
2929
"`object`__", "`array`__"
3030
"`array`__", "`array`__"
3131

32-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean
32+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean
3333
__ https://www.php.net/manual/en/language.types.boolean.php
34-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
34+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
3535
__ https://www.php.net/manual/en/language.types.integer.php
36-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
36+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
3737
__ https://www.php.net/manual/en/language.types.integer.php
38-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
38+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
3939
__ https://www.php.net/manual/en/language.types.integer.php
40-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
40+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
4141
__ https://www.php.net/manual/en/language.types.string.php
42-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
42+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
4343
__ https://www.php.net/manual/en/language.types.float.php
44-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
44+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data
4545
__ https://www.php.net/manual/en/language.types.float.php
46-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data
46+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data
4747
__ https://www.php.net/manual/en/language.types.string.php
48-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#ip
48+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#ip
4949
__ https://www.php.net/manual/en/language.types.string.php
50-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times
50+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times
5151
__ https://www.php.net/manual/en/class.datetime.php
52-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point
52+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point
5353
__ https://www.php.net/manual/en/language.types.array.php
54-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape
54+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape
5555
__ https://www.php.net/manual/en/language.types.array.php
56-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#object
56+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#object
5757
__ https://www.php.net/manual/en/language.types.array.php
58-
__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#array
58+
__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#array
5959
__ https://www.php.net/manual/en/language.types.array.php
6060

6161
.. _column-type-definitions:

docs/appendices/table-options.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ Example on how to adjust the replicas:
6969
$myTable = new Table('my_table', [], [], [], 0, $options);
7070
7171
72-
.. _CrateDB CREATE TABLE Documentation: https://crate.io/docs/crate/reference/en/latest/sql/statements/create-table.html
73-
.. _CrateDB Sharding Documentation: https://crate.io/docs/crate/reference/en/latest/general/ddl/sharding.html
74-
.. _CrateDB Partitioned Tables Documentation: https://crate.io/docs/crate/reference/en/latest/general/ddl/partitioned-tables.html
72+
.. _CrateDB CREATE TABLE Documentation: https://cratedb.com/docs/crate/reference/en/latest/sql/statements/create-table.html
73+
.. _CrateDB Sharding Documentation: https://cratedb.com/docs/crate/reference/en/latest/general/ddl/sharding.html
74+
.. _CrateDB Partitioned Tables Documentation: https://cratedb.com/docs/crate/reference/en/latest/general/ddl/partitioned-tables.html

docs/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"schemaVersion": 1,
33
"label": "docs build",
4-
"message": "2.1.0"
4+
"message": "2.1.2"
55
}

docs/connect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Next steps
9595
Use the standard the `DBAL documentation`_ or `Doctrine ORM documentation`_ for the rest of
9696
your setup process.
9797

98-
.. _database user: https://crate.io/docs/crate/reference/en/latest/admin/user-management.html
98+
.. _database user: https://cratedb.com/docs/crate/reference/en/latest/admin/user-management.html
9999
.. _DBAL: https://www.doctrine-project.org/projects/dbal.html
100100
.. _DBAL documentation: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.0/index.html
101101
.. _Doctrine provided example: https://www.doctrine-project.org/projects/doctrine-orm/en/3.0/reference/configuration.html#obtaining-an-entitymanager

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ This driver also works with `Doctrine ORM`_, an `Object-Relational Mapper`_.
3232
connect
3333
appendices/index
3434

35-
.. _CrateDB: https://crate.io/products/cratedb/
35+
36+
.. _CrateDB: https://cratedb.com/product
3637
.. _DBAL documentation: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.0/index.html
3738
.. _DBAL: https://www.doctrine-project.org/projects/dbal.html
3839
.. _Doctrine ORM: https://www.doctrine-project.org/projects/orm.html

0 commit comments

Comments
 (0)