Skip to content

Commit 10671c8

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Updating security_checker.rst Update the link to DynamicRouter documentation
2 parents 9872081 + 5ed8ec1 commit 10671c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

routing/routing_from_database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ loader, e.g. for another database type or a REST API or anything else.
3838
The DynamicRouter is explained in the `Symfony CMF documentation`_.
3939

4040
.. _FrameworkExtraBundle: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
41-
.. _`Symfony CMF documentation`: https://symfony.com/doc/master/cmf/book/routing.html
41+
.. _`Symfony CMF documentation`: https://symfony.com/doc/current/cmf/bundles/routing/dynamic.html

security/security_checker.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ FriendsOfPHP organization.
2222

2323
The ``security:check`` command terminates with a non-zero exit code if
2424
any of your dependencies is affected by a known security vulnerability.
25-
Therefore, you can easily integrate it in your build process.
25+
This allows you to add it to your project build process and your continuous
26+
integration workflows.
2627

2728
.. note::
2829

0 commit comments

Comments
 (0)