Skip to content

Commit b9ebf03

Browse files
committed
after merge fixes
1 parent cd5afd3 commit b9ebf03

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

routing/debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ the route name after the command:
3030

3131
.. code-block:: bash
3232
33-
$ php app/console debug:router article_show
33+
$ php bin/console debug:router article_show
3434
3535
Likewise, if you want to test whether a URL matches a given route, you can
3636
use the ``router:match`` console command:
3737

3838
.. code-block:: bash
3939
40-
$ php app/console router:match /blog/my-latest-post
40+
$ php bin/console router:match /blog/my-latest-post
4141
4242
This command will print which route the URL matches.
4343

routing/generate_url_javascript.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ variables. The ``escape`` function helps escape any non-JavaScript-safe values:
2323
) ?>";
2424
</script>
2525

26-
.. versionadded:: 2.8
27-
The ``path()`` PHP templating helper was introduced in Symfony 2.8. Prior
28-
to 2.8, you had to use the ``generate()`` helper method.
29-
3026
But if you *actually* need to generate routes in pure JavaScript, consider using
3127
the `FOSJsRoutingBundle`_. It makes the following possible:
3228

0 commit comments

Comments
 (0)