@@ -362,7 +362,7 @@ see the :ref:`book-doctrine-field-types` section.
362
362
`Reserved SQL keywords documentation `_ on how to properly escape these
363
363
names. Alternatively, if you're free to choose your database schema,
364
364
simply map to a different table name or column name. See Doctrine's
365
- `Persistent classes `_ and `Property Mapping `_ documentation.
365
+ `Creating Classes for the Database `_ and `Property Mapping `_ documentation.
366
366
367
367
.. note ::
368
368
@@ -1421,7 +1421,7 @@ For more information about Doctrine, see the *Doctrine* section of the
1421
1421
* `DoctrineMongoDBBundle `_
1422
1422
1423
1423
.. _`Doctrine` : http://www.doctrine-project.org/
1424
- .. _`MongoDB` : http ://www.mongodb.org/
1424
+ .. _`MongoDB` : https ://www.mongodb.org/
1425
1425
.. _`Basic Mapping Documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html
1426
1426
.. _`Query Builder` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/query-builder.html
1427
1427
.. _`Doctrine Query Language` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html
@@ -1430,7 +1430,7 @@ For more information about Doctrine, see the *Doctrine* section of the
1430
1430
.. _`Property Mapping` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
1431
1431
.. _`Lifecycle Events documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#lifecycle-events
1432
1432
.. _`Reserved SQL keywords documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words
1433
- .. _`Persistent classes ` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#persistent -classes
1433
+ .. _`Creating Classes for the Database ` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#creating -classes-for-the-database
1434
1434
.. _`DoctrineMongoDBBundle` : https://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
1435
1435
.. _`migrations` : https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
1436
1436
.. _`DoctrineFixturesBundle` : https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
0 commit comments