Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 182c306

Browse files
committed
Fixed references after rebase
1 parent 10fbf3c commit 182c306

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cookbook/creating_a_cms/005-introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Creating a Basic CMS using the RoutingAutoBundle
88
This series of articles will show you how to create a basic CMS from scratch
99
using the following bundles:
1010

11-
* :doc:`../../bundles/routing_auto`;
11+
* :doc:`../../bundles/routing_auto/index`;
1212
* :doc:`../../bundles/phpcr_odm`;
1313
* :doc:`../../bundles/menu/index`;
1414
* `SonataDoctrinePhpcrAdminBundle`_.
@@ -32,7 +32,7 @@ as a menu item.
3232

3333
.. note::
3434

35-
There exists a bundle called :doc:`../bundles/simple_cms/index` which
35+
There exists a bundle called :doc:`../../bundles/simple_cms/index` which
3636
provides a similar solution to the one proposed in this tutorial. It
3737
combines the route, menu and content into a single document and uses a
3838
custom router. The approach taken in this tutorial will combine only the menu

cookbook/creating_a_cms/020-auto-routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ specify automatic creation of routes, which can be a bit hard to grasp the
77
first time you see it.
88

99
For a full a full explanation refer to the
10-
:doc:`../../bundles/routing_auto.rst`.
10+
:doc:`../../bundles/routing_auto/index`.
1111

1212
In summary, you will configure the auto routing system to create a new auto
1313
routing document in the routing tree for every post or content created. The

cookbook/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* :doc:`editions/cmf_core`
99

1010
* :doc:`create_new_project_phpcr_odm`
11-
* :doc:`create_basic_cms_auto_routing`
11+
* :doc:`creating_a_cms/000-index`
1212
* :doc:`installing_configuring_doctrine_phpcr_odm`
1313
* :doc:`creating_cms_using_cmf_and_sonata`
1414
* :doc:`handling_multilang_documents`

0 commit comments

Comments
 (0)