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

Commit 84c9a3a

Browse files
committed
Fixed bad references
1 parent 1fe37b0 commit 84c9a3a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

bundles/block/types.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ though only those block that actually contain string content implement the
1919
Publish Workflow Interfaces
2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121

22-
The ``AbstractBlock`` implements the write interfaces for publishable and publish time
23-
period, see the :ref:`publish workflow documentation <bundle-core-publish-workflow>`
24-
for more information.
22+
The ``AbstractBlock`` implements the write interfaces for publishable and
23+
publish time period, see the
24+
:doc:`publish workflow documentation <../core/publish_workflow>` for more
25+
information.
2526

2627
StringBlock
2728
-----------

bundles/core/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Twig
1111

1212
The CoreBundle contains a Twig extension that provides a set of useful
1313
functions for your templates. The functions respect the
14-
:ref:`publish workflow <bundle-core-publish-workflow>` if it is enabled.
14+
:doc:`publish workflow <publish_workflow>` if it is enabled.
1515

1616
* **cmf_find**: returns the document for the provided path
1717
* **cmf_find_many**: returns an array of documents for the provided paths

reference/configuration/core.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Enabling this setting will also automatically enable the equivalent setting in t
7979
* :doc:`ContentBundle <../../bundles/content/introduction>`
8080
* :doc:`CreateBundle <../../bundles/create>`
8181
* :doc:`MediaBundle <../../bundles/media/introduction>`
82-
* :doc:`MenuBundle <../../bundles/menu>`
82+
* :doc:`MenuBundle <../..//bundles/menu/index>`
8383
* :doc:`RoutingBundle <../../bundles/routing/introduction>`
8484
* :doc:`SearchBundle <../../bundles/search/introduction>`
8585
* :doc:`SimpleCmsBundle <../../bundles/simple_cms/introduction>`
@@ -97,7 +97,7 @@ Enabling this setting will also automatically enable the equivalent settings in
9797
* :doc:`BlockBundle <../../bundles/block/introduction>`
9898
* :doc:`ContentBundle <../../bundles/content/introduction>`
9999
* :doc:`MediaBundle <../../bundles/media/introduction>`
100-
* :doc:`MenuBundle <../../bundles/menu>`
100+
* :doc:`MenuBundle <../..//bundles/menu/index>`
101101
* :doc:`RoutingBundle <../../bundles/routing/introduction>`
102102
* :doc:`SearchBundle <../../bundles/search/introduction>`
103103
* :doc:`SimpleCmsBundle <../../bundles/simple_cms/introduction>`
@@ -124,7 +124,7 @@ Enabling this setting will also automatically enable the equivalent setting in t
124124

125125
* :doc:`BlockBundle <../../bundles/block/introduction>`
126126
* :doc:`MediaBundle <../../bundles/media/introduction>`
127-
* :doc:`MenuBundle <../../bundles/menu>`
127+
* :doc:`MenuBundle <../..//bundles/menu/index>`
128128
* :doc:`RoutingBundle <../../bundles/routing/introduction>`
129129
* :doc:`SearchBundle <../../bundles/search/introduction>`
130130
* :doc:`SimpleCmsBundle <../../bundles/simple_cms/introduction>`
@@ -142,7 +142,7 @@ Enabling this setting will also automatically enable the equivalent setting in t
142142

143143
* :doc:`BlockBundle <../../bundles/block/introduction>`
144144
* :doc:`ContentBundle <../../bundles/content/introduction>`
145-
* :doc:`MenuBundle <../../bundles/menu>`
145+
* :doc:`MenuBundle <../..//bundles/menu/index>`
146146
* :doc:`RoutingBundle <../../bundles/routing/introduction>`
147147
* :doc:`SimpleCmsBundle <../../bundles/simple_cms/introduction>`
148148

0 commit comments

Comments
 (0)