Skip to content

Commit ef424dd

Browse files
author
Volker Thiel
committed
Added a slash to some links
1 parent 005a3f5 commit ef424dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

glossary.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ Glossary
100100
The *Kernel* is the core of Symfony2. The Kernel object handles HTTP
101101
requests using all the bundles and libraries registered to it. See
102102
:ref:`The Architecture: The Application Directory <the-app-dir>` and the
103-
:doc:`book/internals/kernel` chapter.
103+
:doc:`/book/internals/kernel` chapter.
104104

105105
Firewall
106106
In Symfony2, a *Firewall* doesn't have to do with networking. Instead,
107107
it defines the authentication mechanisms (i.e. it handles the process
108108
of determining the identity of your users), either for the whole
109109
application or for just a part of it. See the
110-
:doc:`book/security/overview` chapters.
110+
:doc:`/book/security/overview` chapters.
111111

112112
YAML
113113
*YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a
114114
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
116116
chapter.
117117

118118

0 commit comments

Comments
 (0)