File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/dependency_injection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ but getting an up to date configuration whilst developing your application::
192
192
This could be further improved by only recompiling the container in debug
193
193
mode when changes have been made to its configuration rather than on every
194
194
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 `"
196
196
in the config component documentation.
197
197
198
198
You do not need to work out which files to cache as the container builder
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ from this class will look the exact same regardless of a new Product is being cr
39
39
or if an existing product is being edited (e.g. a product fetched from the database).
40
40
41
41
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 >`
43
43
system to analyze the data on the object and modify the form based on the
44
44
Product object's data. In this entry, you'll learn how to add this level of
45
45
flexibility to your forms.
You can’t perform that action at this time.
0 commit comments