Skip to content

Commit fdadad0

Browse files
committed
Fixing build
1 parent 49492b7 commit fdadad0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bundles.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ Learn more
181181

182182
bundles/*
183183

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

changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ Minor Documentation Changes
681681
* `#5911 <https://github.com/symfony/symfony-docs/pull/5911>`_ Wrap all strings containing @ in quotes in Yaml (WouterJ)
682682
* `#5889 <https://github.com/symfony/symfony-docs/pull/5889>`_ Always use "main" as the default firewall name (to match Symfony Standard Edition) (javiereguiluz)
683683
* `#5888 <https://github.com/symfony/symfony-docs/pull/5888>`_ Removed the use of ContainerAware class (javiereguiluz)
684-
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT (nicolas-grekas)
684+
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about ``SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT`` (nicolas-grekas)
685685
* `#5896 <https://github.com/symfony/symfony-docs/pull/5896>`_ [Book][Templating] Update absolute URL asset to match 2.7 (lemoinem)
686686
* `#5828 <https://github.com/symfony/symfony-docs/pull/5828>`_ move the getEntityManager, only get it if needed (OskarStark)
687687
* `#5900 <https://github.com/symfony/symfony-docs/pull/5900>`_ Added new security advisories to the docs (fabpot)

getting_started/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Getting Started
44
.. toctree::
55
:maxdepth: 1
66

7-
../setup
8-
../page_creation
9-
../routing
10-
../controller
11-
../templating
12-
../configuration
7+
/setup
8+
/page_creation
9+
/routing
10+
/controller
11+
/templating
12+
/configuration

reference/forms/types/options/choice_value.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If ``null`` is used, an incrementing integer is used as the name.
1414
.. caution::
1515
1616
In Symfony 2.7, there was a small backwards-compatibility break with how the
17-
`value` attribute of options is generated. This is not a problem unless you
17+
``value`` attribute of options is generated. This is not a problem unless you
1818
rely on the option values in JavaScript. See `issue #14825`_ for details.
1919
2020
.. _`issue #14825`: https://github.com/symfony/symfony/pull/14825

0 commit comments

Comments
 (0)