Skip to content

Commit 7c13d0e

Browse files
committed
fixed references to DoctrineFixturesBundle
1 parent 83c3db4 commit 7c13d0e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

book/doctrine.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ an ``UPDATE`` query if the record already exists in the database.
408408

409409
Doctrine provides a library that allows you to programmatically load testing
410410
data into your project (i.e. "fixture data"). For information, see
411-
:doc:`/cookbook/doctrine/doctrine_fixtures`.
411+
:doc:`/bundles/DoctrineFixturesBundle/index`.
412412

413413
Fetching Objects from the Database
414414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1272,9 +1272,10 @@ Some notable or interesting tasks include:
12721272

12731273
.. note::
12741274

1275-
To be able to load data fixtures to your database, you will need to have the
1276-
``DoctrineFixturesBundle`` bundle installed. To learn how to do it,
1277-
read the ":doc:`/cookbook/doctrine/doctrine_fixtures`" entry of the Cookbook.
1275+
To be able to load data fixtures to your database, you will need to have
1276+
the ``DoctrineFixturesBundle`` bundle installed. To learn how to do it,
1277+
read the ":doc:`/bundles/DoctrineFixturesBundle/index`" entry of the
1278+
documentation.
12781279

12791280
Summary
12801281
-------
@@ -1293,7 +1294,7 @@ lifecycle.
12931294
For more information about Doctrine, see the *Doctrine* section of the
12941295
:doc:`cookbook</cookbook/index>`, which includes the following articles:
12951296

1296-
* :doc:`/cookbook/doctrine/doctrine_fixtures`
1297+
* :doc:`/bundles/DoctrineFixturesBundle/index`
12971298
* :doc:`/cookbook/doctrine/migrations`
12981299
* :doc:`/cookbook/doctrine/mongodb`
12991300
* :doc:`/cookbook/doctrine/common_extensions`

cookbook/doctrine/mongodb.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ they already exist in MongoDB.
326326

327327
Doctrine provides a library that allows you to programmatically load testing
328328
data into your project (i.e. "fixture data"). For information, see
329-
:doc:`/cookbook/doctrine/doctrine_fixtures`.
329+
:doc:`/bundles/DoctrineFixturesBundle/index`.
330330

331331
Fetching Objects from MongoDB
332332
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -619,8 +619,9 @@ For example, to get details about the ``doctrine:mongodb:query`` task, run:
619619
.. note::
620620

621621
To be able to load data fixtures into MongoDB, you will need to have the
622-
``DoctrineFixturesBundle`` bundle installed. To learn how to do it,
623-
read the ":doc:`/cookbook/doctrine/doctrine_fixtures`" entry of the Cookbook.
622+
``DoctrineFixturesBundle`` bundle installed. To learn how to do it, read
623+
the ":doc:`/bundles/DoctrineFixturesBundle/index`" entry of the
624+
documentation.
624625

625626
.. index::
626627
single: Configuration; Doctrine MongoDB ODM
@@ -697,4 +698,4 @@ lifecycle.
697698
.. _`Mapping Types Documentation`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/basic-mapping.html#doctrine-mapping-types
698699
.. _`Query Builder`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html
699700
.. _`Conditional Operators`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html#conditional-operators
700-
.. _`Event Documentation`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/events.html
701+
.. _`Event Documentation`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/events.html

0 commit comments

Comments
 (0)