Skip to content

Commit 31c8b8f

Browse files
committed
Fixing 2 unrelated syntax issues
1 parent befcc51 commit 31c8b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ but getting an up to date configuration whilst developing your application::
192192
This could be further improved by only recompiling the container in debug
193193
mode when changes have been made to its configuration rather than on every
194194
request. This can be done by caching the resource files used to configure
195-
the container in the way describe in ":doc:`/components/conf/caching`"
195+
the container in the way describe in ":doc:`/components/config/caching`"
196196
in the config component documentation.
197197

198198
You do not need to work out which files to cache as the container builder

cookbook/form/dynamic_form_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ from this class will look the exact same regardless of a new Product is being cr
3939
or if an existing product is being edited (e.g. a product fetched from the database).
4040

4141
Suppose now, that you don't want the user to be able to change the ``name`` value
42-
once the object has been created. To do this, you can rely on Symfony's :ref:`Event Dispatcher <book-internals-event-dispatcher>`
42+
once the object has been created. To do this, you can rely on Symfony's :doc:`Event Dispatcher </components/event_dispatcher/introduction>`
4343
system to analyze the data on the object and modify the form based on the
4444
Product object's data. In this entry, you'll learn how to add this level of
4545
flexibility to your forms.

0 commit comments

Comments
 (0)