8000 Fixing build errors · symfony/symfony-docs@3da665e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da665e

Browse files
committed
Fixing build errors
1 parent 3d846a3 commit 3da665e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

book/bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ create and validate forms, create translations for your application, write
172172
tests and much more. Each of these has their own place and role within the
173173
bundle.
174174

175-
_`third-party bundles`: http://knpbundles.com
175+
.. _`third-party bundles`: http://knpbundles.com

cookbook/routing/custom_route_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A custom route loader does not enable your bundle to inject routes
1616
without the need to modify the routing configuration
1717
(e.g. ``app/config/routing.yml``) manually.
1818
If your bundle provides routes, whether via a configuration file, like
19-
the `WebProfilerBundle` does, or via a custom route loader, like the
19+
the ``WebProfilerBundle`` does, or via a custom route loader, like the
2020
`FOSRestBundle`_ does, an entry in the routing configuration is always
2121
necessary.
2222

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ instance), the host might have been manipulated by an attacker.
317317
You can read "`HTTP Host header attacks`_" for more information about
318318
these kinds of attacks.
319319

320-
The Symfony :method:`Request::getHost() <Symfony\\Component\\HttpFoundation\\Request:getHost>`
320+
The Symfony :method:`Request::getHost() <Symfony\\Component\\HttpFoundation\\Request::getHost>`
321321
method might be vulnerable to some of these attacks because it depends on
322322
the configuration of your web server. One simple solution to avoid these
323323
attacks is to whitelist the hosts that your Symfony application can respond
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
widget
22
~~~~~~
33

4-
.. include:: /reference/forms/types/options/date_widget_description.rst.inc
4+
.. include:: /reference/forms/types/options/date_widget_description.rst.inc

0 commit comments

Comments
 (0)
0