File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,19 @@ Glossary
100
100
The *Kernel * is the core of Symfony2. The Kernel object handles HTTP
101
101
requests using all the bundles and libraries registered to it. See
102
102
:ref: `The Architecture: The Application Directory <the-app-dir >` and the
103
- :doc: `book/internals/kernel ` chapter.
103
+ :doc: `/ book/internals/kernel ` chapter.
104
104
105
105
Firewall
106
106
In Symfony2, a *Firewall * doesn't have to do with networking. Instead,
107
107
it defines the authentication mechanisms (i.e. it handles the process
108
108
of determining the identity of your users), either for the whole
109
109
application or for just a part of it. See the
110
- :doc: `book/security/overview ` chapters.
110
+ :doc: `/ book/security/overview ` chapters.
111
111
112
112
YAML
113
113
*YAML * is a recursive acronym for "YAML Ain't a Markup Language". It's a
114
114
lightweight, humane data serialization language used extensively in
115
- Symfony2's configuration files. See the :doc: `reference/YAML ` reference
115
+ Symfony2's configuration files. See the :doc: `/ reference/YAML ` reference
116
116
chapter.
117
117
118
118
You can’t perform that action at this time.
0 commit comments