Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1aa649

Browse files
committed
Merge pull request symfony#299 from riker09/fixing_typos
Added a slash to some links
2 parents cea5d33 + ef424dd commit e1aa649

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

glossary.rst

Lines changed: 3 additions & 3 deletions
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)