@@ -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
413413Fetching 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
12791280Summary
12801281------- 
@@ -1293,7 +1294,7 @@ lifecycle.
12931294For 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 `
0 commit comments