Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef424dd

Browse filesBrowse files
author
Volker Thiel
committed
Added a slash to some links
1 parent 005a3f5 commit ef424dd
Copy full SHA for ef424dd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎glossary.rst

Copy file name to clipboardExpand all lines: glossary.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.