Skip to content

Commit c5dcca2

Browse files
committed
Merge branch '3.1' into 3.2
* 3.1: Fixing build Fixing build
2 parents 22ceb61 + d1794c6 commit c5dcca2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories
184+
.. _`third-party bundles`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories

changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ Minor Documentation Changes
959959
* `#5911 <https://github.com/symfony/symfony-docs/pull/5911>`_ Wrap all strings containing @ in quotes in Yaml (WouterJ)
960960
* `#5889 <https://github.com/symfony/symfony-docs/pull/5889>`_ Always use "main" as the default firewall name (to match Symfony Standard Edition) (javiereguiluz)
961961
* `#5888 <https://github.com/symfony/symfony-docs/pull/5888>`_ Removed the use of ContainerAware class (javiereguiluz)
962-
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT (nicolas-grekas)
962+
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about ``SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT`` (nicolas-grekas)
963963
* `#5896 <https://github.com/symfony/symfony-docs/pull/5896>`_ [Book][Templating] Update absolute URL asset to match 2.7 (lemoinem)
964964
* `#5828 <https://github.com/symfony/symfony-docs/pull/5828>`_ move the getEntityManager, only get it if needed (OskarStark)
965965
* `#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

0 commit comments

Comments
 (0)