diff --git a/docs/appendices/data-types.rst b/docs/appendices/data-types.rst index 77cdd2c..e5786b4 100644 --- a/docs/appendices/data-types.rst +++ b/docs/appendices/data-types.rst @@ -29,33 +29,33 @@ This driver maps CrateDB types to the following PHP types: "`object`__", "`array`__" "`array`__", "`array`__" -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#boolean __ https://www.php.net/manual/en/language.types.boolean.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.integer.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.integer.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.integer.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.string.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.float.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#numeric-data __ https://www.php.net/manual/en/language.types.float.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#character-data __ https://www.php.net/manual/en/language.types.string.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#ip +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#ip __ https://www.php.net/manual/en/language.types.string.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#dates-and-times __ https://www.php.net/manual/en/class.datetime.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-point __ https://www.php.net/manual/en/language.types.array.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#geo-shape __ https://www.php.net/manual/en/language.types.array.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#object +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#object __ https://www.php.net/manual/en/language.types.array.php -__ https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#array +__ https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#array __ https://www.php.net/manual/en/language.types.array.php .. _column-type-definitions: diff --git a/docs/appendices/table-options.rst b/docs/appendices/table-options.rst index 2a57188..87471e0 100644 --- a/docs/appendices/table-options.rst +++ b/docs/appendices/table-options.rst @@ -69,6 +69,6 @@ Example on how to adjust the replicas: $myTable = new Table('my_table', [], [], [], 0, $options); -.. _CrateDB CREATE TABLE Documentation: https://crate.io/docs/crate/reference/en/latest/sql/statements/create-table.html -.. _CrateDB Sharding Documentation: https://crate.io/docs/crate/reference/en/latest/general/ddl/sharding.html -.. _CrateDB Partitioned Tables Documentation: https://crate.io/docs/crate/reference/en/latest/general/ddl/partitioned-tables.html +.. _CrateDB CREATE TABLE Documentation: https://cratedb.com/docs/crate/reference/en/latest/sql/statements/create-table.html +.. _CrateDB Sharding Documentation: https://cratedb.com/docs/crate/reference/en/latest/general/ddl/sharding.html +.. _CrateDB Partitioned Tables Documentation: https://cratedb.com/docs/crate/reference/en/latest/general/ddl/partitioned-tables.html diff --git a/docs/build.json b/docs/build.json index 49cbd2b..5de7837 100644 --- a/docs/build.json +++ b/docs/build.json @@ -1,5 +1,5 @@ { "schemaVersion": 1, "label": "docs build", - "message": "2.1.0" + "message": "2.1.2" } diff --git a/docs/connect.rst b/docs/connect.rst index f1c3741..35ef152 100644 --- a/docs/connect.rst +++ b/docs/connect.rst @@ -95,7 +95,7 @@ Next steps Use the standard the `DBAL documentation`_ or `Doctrine ORM documentation`_ for the rest of your setup process. -.. _database user: https://crate.io/docs/crate/reference/en/latest/admin/user-management.html +.. _database user: https://cratedb.com/docs/crate/reference/en/latest/admin/user-management.html .. _DBAL: https://www.doctrine-project.org/projects/dbal.html .. _DBAL documentation: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.0/index.html .. _Doctrine provided example: https://www.doctrine-project.org/projects/doctrine-orm/en/3.0/reference/configuration.html#obtaining-an-entitymanager diff --git a/docs/index.rst b/docs/index.rst index 53ec755..fd26caf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,7 +32,8 @@ This driver also works with `Doctrine ORM`_, an `Object-Relational Mapper`_. connect appendices/index -.. _CrateDB: https://crate.io/products/cratedb/ + +.. _CrateDB: https://cratedb.com/product .. _DBAL documentation: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.0/index.html .. _DBAL: https://www.doctrine-project.org/projects/dbal.html .. _Doctrine ORM: https://www.doctrine-project.org/projects/orm.html